7 changed files with 86 additions and 4 deletions
@ -0,0 +1 @@ |
|||||||
|
<p>left-domain works!</p> |
@ -0,0 +1,15 @@ |
|||||||
|
import { Component, OnInit } from '@angular/core'; |
||||||
|
|
||||||
|
@Component({ |
||||||
|
selector: 'app-left-domain', |
||||||
|
templateUrl: './left-domain.component.html', |
||||||
|
styleUrls: ['./left-domain.component.scss'] |
||||||
|
}) |
||||||
|
export class LeftDomainComponent implements OnInit { |
||||||
|
|
||||||
|
constructor() { } |
||||||
|
|
||||||
|
ngOnInit(): void { |
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue