ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
20 lines (16 loc) • 408 B
text/typescript
import { Component, OnInit, ViewEncapsulation } from '@angular/core';
({
selector : 'nz-intro',
encapsulation: ViewEncapsulation.None,
templateUrl : './nz-intro.html',
styleUrls : [
'./nz-intro.less',
]
})
export class NzIntroComponent implements OnInit {
_markdownCode = require('!!raw-loader!./README.md');
constructor() {
}
ngOnInit() {
}
}