Last change
on this file since bdd6491 was 6a80231, checked in by Ema <ema_spirova@…>, 3 years ago |
create initial planner and routing with angular
|
-
Property mode
set to
100644
|
File size:
306 bytes
|
Line | |
---|
1 | import { Component, OnInit } from '@angular/core';
|
---|
2 |
|
---|
3 | @Component({
|
---|
4 | selector: 'app-detail-planner',
|
---|
5 | templateUrl: './detail-planner.component.html',
|
---|
6 | styleUrls: ['./detail-planner.component.css']
|
---|
7 | })
|
---|
8 | export class DetailPlannerComponent implements OnInit {
|
---|
9 |
|
---|
10 | constructor() { }
|
---|
11 |
|
---|
12 | ngOnInit(): void {
|
---|
13 | }
|
---|
14 |
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.