Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
234 bytes
|
Line | |
---|
1 | import { Component } from '@angular/core';
|
---|
2 |
|
---|
3 | @Component({
|
---|
4 | selector: 'app-footer',
|
---|
5 | standalone: true,
|
---|
6 | imports: [],
|
---|
7 | templateUrl: './footer.component.html',
|
---|
8 | styleUrl: './footer.component.css'
|
---|
9 | })
|
---|
10 | export class FooterComponent {
|
---|
11 |
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.