17.0.0 • Published 2 months ago

ng-devui v17.0.0

Weekly downloads
63
License
MIT
Repository
github
Last release
2 months ago

Features

  • Enterprise components, supporting design specifications, font icon library
  • Out of the box

To see more in devui.design.

Angular Support

Now supports Angular ^16.0.0

Getting Started

  1. Create a new project
ng new New-Project
  1. Installation:
$ cd New-Project
$ npm i ng-devui
# font icon library
# $ npm i @devui-design/icons
  1. Usage:
import { BrowserModule } from '@angular/platform-browser';
// need for animations
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { NgModule } from '@angular/core';
import { DevUIModule } from 'ng-devui';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    BrowserAnimationsModule,
    DevUIModule
  ],
  bootstrap: [ AppComponent ],
})
export class AppModule { }
  1. Import devui style into angular.json file:
{
  "styles": [
    ...
    "node_modules/ng-devui/devui.min.css"
  ]
}
  1. Debugging
ng serve --open

Contribution

Please feel free to contribute code or discuss your idea!

Please make sure you read the contributing guide before making a pull request.

We appreciate all contributors who helped us build DevUI.

Support

Modern browsers and Internet Explorer 11+.

IE / EdgeFirefoxChromeSafariOpera
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

Partner project

Who use it

LICENSE

MIT

17.0.0

2 months ago

17.0.0-alpha.1

5 months ago

16.2.0

6 months ago

16.1.0

8 months ago

16.0.0

9 months ago

15.0.0

1 year ago

15.1.0

1 year ago

14.1.0

1 year ago

14.0.0

2 years ago

13.2.0

2 years ago

13.3.0

2 years ago

13.1.0

2 years ago

13.0.1

2 years ago

13.0.0

2 years ago

12.3.0

2 years ago

12.2.0

2 years ago

12.1.0

3 years ago

12.0.0

3 years ago

12.0.0-beta.2

3 years ago

11.4.0

3 years ago

12.0.0-beta.1

3 years ago

11.3.0

3 years ago

11.2.0

3 years ago

11.1.0

3 years ago

11.0.0

3 years ago

11.0.0-beta.1

3 years ago

10.2.0

3 years ago

10.1.0

3 years ago

10.0.0

3 years ago

10.0.0-beta.2

4 years ago

9.3.0

4 years ago

10.0.0-beta.1

4 years ago

9.2.0

4 years ago

9.1.0

4 years ago

9.0.0

4 years ago

9.0.0-beta.1

4 years ago

8.2.0

4 years ago

8.1.0

4 years ago

8.0.0

4 years ago

8.0.0-beta.1

4 years ago

8.0.0-beta.0

4 years ago

7.0.0

5 years ago

7.0.0-beta.1

5 years ago

7.0.0-rc.1

5 years ago