File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
ngx-fast-icon-demo/src/app Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
2- import { BrowserModule } from '@angular/platform-browser' ;
32import { AppComponent } from './app.component' ;
43import { RouterModule } from '@angular/router' ;
54import { HttpClientModule } from '@angular/common/http' ;
65import { DescriptionComponent } from './routes/description/description.component' ;
76import { CommonModule } from '@angular/common' ;
87import { IonicModule } from '@ionic/angular' ;
9- import { TransferHttpCacheModule } from '@angular/ssr ' ;
8+ import { BrowserModule , provideClientHydration } from '@angular/platform-browser ' ;
109import { provideFastSVG } from '@push-based/ngx-fast-svg' ;
1110
1211@NgModule ( {
1312 declarations : [ AppComponent ] ,
1413 imports : [
1514 CommonModule ,
16- BrowserModule . withServerTransition ( { appId : 'ngx-fast-icon-demo' } ) ,
1715 HttpClientModule ,
18- TransferHttpCacheModule ,
16+ BrowserModule ,
1917 IonicModule . forRoot ( ) ,
2018 RouterModule . forRoot (
2119 [
@@ -94,6 +92,7 @@ import { provideFastSVG } from '@push-based/ngx-fast-svg';
9492 provideFastSVG ( {
9593 url : ( name : string ) => `assets/svg-icons/${ name } .svg` ,
9694 } ) ,
95+ // provideClientHydration(),
9796 ] ,
9897 bootstrap : [ AppComponent ] ,
9998} )
Original file line number Diff line number Diff line change 99 "executor" : " @nrwl/angular:package" ,
1010 "outputs" : [" {workspaceRoot}/dist/libs/ngx-fast-svg" ],
1111 "options" : {
12- "project" : " packages/ngx-fast-lib/ng-package.json" ,
13- "updateBuildableProjectDepsInPackageJson" : true
12+ "project" : " packages/ngx-fast-lib/ng-package.json"
1413 },
1514 "configurations" : {
1615 "production" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments