Newer
Older
import { Component, ViewEncapsulation } from '@angular/core';
selector: 'app-root',
templateUrl: 'app.component.html',
encapsulation: ViewEncapsulation.None,
styleUrls: ['app.component.styl']
import { Component, ViewEncapsulation } from '@angular/core';
selector: 'app-root',
templateUrl: 'app.component.html',
encapsulation: ViewEncapsulation.None,
styleUrls: ['app.component.styl']