随着前端框架的诞生,也会随之出现一些组件库,方便日常业务开发。今天就聊聊 angular4 组件库开发流程。 下图是 button 组件的基础文件。 nk-button.component.ts 为该组件的核心文件,看看代码: import {Component, Renderer2, ElementRef, AfterContentInit, ViewEncapsulation, Input} from '@ang...
随着前端框架的诞生,也会随之出现一些组件库,方便日常业务开发。今天就聊聊 angular4 组件库开发流程。 下图是 button 组件的基础文件。 nk-button.component.ts 为该组件的核心文件,看看代码: import {Component, Renderer2, ElementRef, AfterContentInit, ViewEncapsulation, Input} from '@ang...