# at-angular **Repository Path**: zhangming1/at-angular ## Basic Information - **Project Name**: at-angular - **Description**: AT-ANGULAR-UI 是一款基于 Angular 4.0+ 的前端 UI 组件库,主要用于快速开发 PC 网站中后台产品 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://ng-at.thunderjava.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2019-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### AT ANULAR UIKIT 献给喜欢ANGULAR的小伙伴 install ``` npm install at-ng ``` add the module to your root module ``` AtModule.forRoot() ``` Add the AT-UI In your project in angular-cli project .angular-cli.json ``` "styles": [ "styles.css", "../node_modules/at-ui-style/css/at.css" ], ```