upgrade (angular 8): removed unused files

This commit is contained in:
Shai Rose 2019-06-23 11:09:53 +03:00
Родитель 0cd6f8e11d
Коммит 57b52e6510
6 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

Просмотреть файл

@ -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() {}