mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-16 12:30:10 +00:00
File architecture and layout component init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<p>main-layout works!</p>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-main-layout',
|
||||
imports: [],
|
||||
templateUrl: './main-layout.component.html',
|
||||
styleUrl: './main-layout.component.css'
|
||||
})
|
||||
export class MainLayoutComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user