Skip to content

nevin2333/at-angular

 
 

Repository files navigation

AT UI

NPM david-dm travis

ng-at is a modular front-end UI framework for developing fast and powerful web interfaces based on Angular 4+.

Features

  • Based on Angular 4.x~5.x
  • A npm + webpack + babel front-end development workflow
  • Support ES2015
  • CSS Style independent, make consistent user interfaces (See: AT-UI-Style)
  • Friendly API

Environment Support

Links

Install

  • Recommended use npm
npm install at-ng

Usage

Because the style of AT-UI is independent. It's a separate project. So we should add AT-UI-Style to cli config file

++  "../node_modules/at-ng/assets/index.css",

Add the AtModule to your root module

@NgModule({
  declarations: [
	...
  ],
  imports: [
  ++ AtModule.forRoot(),
  ]

License

MIT

About

at-ui for angular version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.1%
  • CSS 32.6%
  • TypeScript 17.7%
  • HTML 9.5%
  • Other 0.1%