|
|
|||
Warning, /firebird/firebird-ng/src/app/app.component.ts is written in an unsupported language. File is not indexed.
0001 import { Component } from '@angular/core';
0002 import { RouterOutlet, RouterModule, Router} from '@angular/router';
0003
0004
0005 @Component({
0006 selector: 'app-root',
0007 imports: [RouterOutlet, RouterModule],
0008 templateUrl: './app.component.html',
0009 styleUrl: './app.component.scss'
0010 })
0011 export class AppComponent {
0012 title = 'Firebird';
0013 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|