Skip to content

Instantly share code, notes, and snippets.

@rasikag
Last active March 5, 2019 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasikag/c0b471f078d3fee990760b6855d47832 to your computer and use it in GitHub Desktop.
Save rasikag/c0b471f078d3fee990760b6855d47832 to your computer and use it in GitHub Desktop.
examplecomponent.ts
@Component({
selector: 'app-example-page',
templateUrl: './app-example-page.component.html',
styleUrls: ['./app-example-page.component.css'],
providers: [ ExampleService ]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment