Skip to content

Commit

Permalink
fix(demo): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 9, 2019
1 parent e00d402 commit 8ffffc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import {ExampleBaseComponent} from '../example.abstract';
templateUrl: 'guards-example.component.html',
styleUrls: ['guards-example.component.scss']
})
export class GuardsExampleComponent extends ExampleBaseComponent {
export class GuardsExampleComponent {

}

0 comments on commit 8ffffc0

Please sign in to comment.