upgrade (angular 8): removed unused files
This commit is contained in:
Родитель
0cd6f8e11d
Коммит
57b52e6510
|
@ -3,6 +3,5 @@ import { Component } from '@angular/core';
|
|||
@Component({
|
||||
selector: 'app-icons',
|
||||
templateUrl: './icons.component.html',
|
||||
styleUrls: ['./icons.component.scss'],
|
||||
})
|
||||
export class IconsComponent {}
|
||||
|
|
|
@ -3,7 +3,6 @@ import { Component, OnInit } from '@angular/core';
|
|||
@Component({
|
||||
selector: 'app-getting-started',
|
||||
templateUrl: './getting-started.component.html',
|
||||
styleUrls: ['./getting-started.component.scss'],
|
||||
})
|
||||
export class GettingStartedComponent implements OnInit {
|
||||
constructor() {}
|
||||
|
|
|
@ -3,7 +3,6 @@ import { Component, OnInit } from '@angular/core';
|
|||
@Component({
|
||||
selector: 'app-wrappers',
|
||||
templateUrl: './wrappers.component.html',
|
||||
styleUrls: ['./wrappers.component.scss'],
|
||||
})
|
||||
export class WrappersComponent implements OnInit {
|
||||
constructor() {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче