Compiled css removed
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
templateUrl: './documentation.component.html',
|
||||
styleUrls: ['../../../assets/demo/documentation.scss']
|
||||
templateUrl: './documentation.component.html'
|
||||
})
|
||||
export class DocumentationComponent {}
|
||||
|
||||
@@ -3,8 +3,7 @@ import { IconService } from '../../service/iconservice';
|
||||
|
||||
@Component({
|
||||
selector: 'app-iconsdemo',
|
||||
templateUrl: './icons.component.html',
|
||||
styleUrls: ['../../../assets/demo/documentation.scss']
|
||||
templateUrl: './icons.component.html'
|
||||
})
|
||||
export class IconsComponent implements OnInit {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user