Skip to content

Commit

Permalink
small fixes for build
Browse files Browse the repository at this point in the history
  • Loading branch information
artifactdev committed Nov 10, 2021
1 parent 8e98bb8 commit 54ae93e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion devday/src/app/components/icon/icon.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { AppRoutingModule } from 'src/app/routing/app-routing.module';
],
imports: [
BrowserModule,
AngularSvgIconModule,
AngularSvgIconModule.forRoot(),
AppRoutingModule
],
exports: [
Expand Down
3 changes: 0 additions & 3 deletions devday/src/app/pages/examples-page/examples-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,4 @@ export class ExamplesPageComponent implements OnInit {
}
}

onRate($event:{oldValue:number, newValue:number}) {
console.log($event)
}
}

0 comments on commit 54ae93e

Please sign in to comment.