Skip to content

Commit

Permalink
docs: removed empty method (#48236)
Browse files Browse the repository at this point in the history
I removed empty methods from a file and unnecessary import and added export keyword for exportng module

PR Close #48236
  • Loading branch information
Piyush132000 authored and AndrewKushnir committed Dec 1, 2022
1 parent 8029734 commit b4ab710
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import { Item } from '../item';
})
export class ItemDetailComponent {


@Input() item!: Item;

constructor() { }

}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export class HeroOfTheMonthComponent {
@NgModule({
declarations: [ HeroOfTheMonthComponent ]
})
class NoopModule {}
export class NoopModule {}

0 comments on commit b4ab710

Please sign in to comment.