Guest User

Untitled

a guest
Feb 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import { VERSION } from 'environments/version';
  2.  
  3. @Component({
  4. selector: 'app-footer',
  5. template: `
  6. <footer> Version: {{version.version}}</footer>
  7. `
  8. })
  9. export class FooterComponent {
  10. version = VERSION;
  11. }
Add Comment
Please, Sign In to add comment