UNPKG

ng-ytl-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

12 lines (10 loc) 270 B
import { Component, ViewEncapsulation } from '@angular/core'; @Component({ template : ``, styleUrls : [ '../style/index.less', './style/index.less', ], encapsulation : ViewEncapsulation.None, }) export class NzRootStyleComponent { }