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