File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { enableProdMode } from '@angular/core';
55
66import { AppModule } from './app/app.module' ;
77import { environment } from './environments/environment' ;
8- import { platformNodeguiStatic } from 'angular-nodegui' ;
8+ import { platformNodeguiStatic } from '../projects/ angular-nodegui/src/lib/platform-static ' ;
99
1010if ( environment . production ) {
1111 enableProdMode ( ) ;
Original file line number Diff line number Diff line change 1+ import '../projects/angular-nodegui/src/lib/reflect' ;
2+ import 'zone.js/dist/zone-node' ;
3+
14import { enableProdMode } from '@angular/core' ;
25
36import { AppModule } from './app/app.module' ;
Original file line number Diff line number Diff line change 22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ./dist" ,
5- "module" : " commonjs" ,
6- "paths" : {
7- "angular-nodegui" : [" projects/angular-nodegui/src/index.ts" ]
8- }
5+ "module" : " commonjs"
96 },
107 "files" : [" src/main.ts" ],
118 "include" : [" src/**/*.ts" ],
Original file line number Diff line number Diff line change 1313 "target" : " es2015" ,
1414 "typeRoots" : [" node_modules/@types" ],
1515 "types" : [" node" ],
16- "lib" : [" es2018" , " dom" ],
17- "paths" : {
18- "angular-nodegui" : [" projects/angular-nodegui/src/index.ts" ]
19- }
16+ "lib" : [" es2018" , " dom" ]
2017 },
2118 "angularCompilerOptions" : {
2219 "fullTemplateTypeCheck" : true ,
You can’t perform that action at this time.
0 commit comments