UNPKG

ng-ytl-zorro-antd

Version:

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

20 lines (16 loc) 408 B
import { Component, OnInit, ViewEncapsulation } from '@angular/core'; @Component({ 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() { } }