File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323 " src/manifest.json"
2424 ],
2525 "styles" : [
26- " src/styles.scss" ,
27- " src/styles/main.scss"
2826 ],
2927 "scripts" : []
3028 },
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import { TranslatesBrowserModule } from '@shared/translates/translates-browser';
1111import { AppComponent } from './app.component' ;
1212import { AppModule } from './app.module' ;
1313import { ServiceWorkerModule } from '@angular/service-worker' ;
14+ import { InlineStyleModule } from './inline-style/inline-style.module' ;
15+ import { InlineStyleComponent } from './inline-style/inline-style.component' ;
1416
1517// import { ServiceWorkerModule } from '@angular/service-worker';
1618
@@ -20,11 +22,12 @@ export function getRequest(): any {
2022}
2123
2224@NgModule ( {
23- bootstrap : [ AppComponent ] ,
25+ bootstrap : [ AppComponent , InlineStyleComponent ] ,
2426 imports : [
2527 BrowserTransferStateModule ,
2628 AppModule ,
2729 TranslatesBrowserModule ,
30+ InlineStyleModule ,
2831 ServiceWorkerModule . register ( '/ngsw-worker.js' , { enabled : false } )
2932 ] ,
3033 providers : [
You can’t perform that action at this time.
0 commit comments