Skip to content

Commit

Permalink
fix: update configs for v17
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Nov 21, 2023
1 parent d74a238 commit 9254064
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
7 changes: 3 additions & 4 deletions packages/ngx-fast-icon-demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { RouterModule } from '@angular/router';
import { HttpClientModule } from '@angular/common/http';
import { DescriptionComponent } from './routes/description/description.component';
import { CommonModule } from '@angular/common';
import { IonicModule } from '@ionic/angular';
import { TransferHttpCacheModule } from '@angular/ssr';
import { BrowserModule, provideClientHydration } from '@angular/platform-browser';
import { provideFastSVG } from '@push-based/ngx-fast-svg';

@NgModule({
declarations: [AppComponent],
imports: [
CommonModule,
BrowserModule.withServerTransition({ appId: 'ngx-fast-icon-demo' }),
HttpClientModule,
TransferHttpCacheModule,
BrowserModule,
IonicModule.forRoot(),
RouterModule.forRoot(
[
Expand Down Expand Up @@ -94,6 +92,7 @@ import { provideFastSVG } from '@push-based/ngx-fast-svg';
provideFastSVG({
url: (name: string) => `assets/svg-icons/${name}.svg`,
}),
// provideClientHydration(),
],
bootstrap: [AppComponent],
})
Expand Down
3 changes: 1 addition & 2 deletions packages/ngx-fast-lib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"executor": "@nrwl/angular:package",
"outputs": ["{workspaceRoot}/dist/libs/ngx-fast-svg"],
"options": {
"project": "packages/ngx-fast-lib/ng-package.json",
"updateBuildableProjectDepsInPackageJson": true
"project": "packages/ngx-fast-lib/ng-package.json"
},
"configurations": {
"production": {
Expand Down
9 changes: 0 additions & 9 deletions workspace.json

This file was deleted.

0 comments on commit 9254064

Please sign in to comment.