Skip to content
Snippets Groups Projects
app.component.ts 212 B
Newer Older
  • Learn to ignore specific revisions
  • wwwazz's avatar
    wwwazz committed
    import { Component } from '@angular/core';
    
    @Component({
      selector: 'app-root',
      templateUrl: './app.component.html',
      styleUrls: ['./app.component.scss']
    })
    export class AppComponent {
      title = 'tp_user';
    }