File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "build" : " pnpm run /^build:/" ,
1010 "build:lib" : " ng build lib" ,
1111 "build:demo" : " ng build demo" ,
12+ "pretest" : " pnpm build:lib" ,
1213 "test" : " pnpm run /^test:/" ,
1314 "test:lib" : " ng test lib" ,
1415 "test:demo" : " ng test demo" ,
Original file line number Diff line number Diff line change 11import { Component , inject } from '@angular/core' ;
2- import { AngularMaterialRuntimeTheme } from 'lib' ;
2+ import { AngularMaterialRuntimeTheme } from 'lib-dist ' ;
33
44@Component ( {
55 selector : 'app-root' ,
Original file line number Diff line number Diff line change 11import { Component , inject } from '@angular/core' ;
2- import { AngularMaterialRuntimeTheme } from 'lib' ;
2+ import { AngularMaterialRuntimeTheme } from 'lib-dist ' ;
33
44@Component ( {
55 selector : 'app-root' ,
Original file line number Diff line number Diff line change 88 "noImplicitOverride" : true ,
99 "noPropertyAccessFromIndexSignature" : true ,
1010 "paths" : {
11- "lib" : [" ./projects/lib/src/public-api.ts" ]
11+ "lib" : [" ./projects/lib/src/public-api.ts" ],
12+ "lib-dist" : [" ./dist/lib" ]
1213 },
1314 "noImplicitReturns" : true ,
1415 "noFallthroughCasesInSwitch" : true ,
You can’t perform that action at this time.
0 commit comments