Init: Angular
This commit is contained in:
parent
b626e6804d
commit
ac458f5247
22 changed files with 15228 additions and 127 deletions
12
src/app/app.component.ts
Normal file
12
src/app/app.component.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
imports: [RouterOutlet],
|
||||
templateUrl: './app.component.html',
|
||||
styleUrl: './app.component.css'
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'Angular-DotIO';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue