Neat and effective library of angular components based on material design, helping developers displaying data, requesting APis, submitting data via forms and build layout..
Web UI (ngx-wui
) offers simple yet effective components to build applications. Just like any other framework, it contains
components made with SCSS and, if necessary, uses TypeScript functions to create UX needed.
More information on the library here
First, you must build the library with the following command npm run build
.
Then, you can run npm run start
or ng serve
for a dev server. Navigate to http://localhost:4200/
to see demonstration page of the library.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.