acmtt-ui
v1.0.42
Published
implements common kendo ui,make it simpler
Downloads
2
Readme
AcmttUi
This library was generated with Angular CLI version 15.0.0. Components:
I18n: Generates multi-language selection.
Message: Generates dialogs, windows, and progress bars.
Auth(Component, Service): By default, it will call /api/auth-ldap/signin. [tp]=local can be set to use db authentication.
Code: By default, it will call the [backend]/code API. The code comes from vghtc.adm_code_detail and the code value comes from adm_props, prop_long. If you want to use a custom API, you need to specify the sapi attribute and implement the get and getV APIs in sapi.
Code scaffolding
Run ng generate component component-name --project acmtt-ui
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project acmtt-ui
.
Note: Don't forget to add
--project acmtt-ui
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build acmtt-ui
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build acmtt-ui
, go to the dist folder cd dist/acmtt-ui
and run npm publish
.
Running unit tests
Run ng test acmtt-ui
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.