NGX CSS Framework An angular abstraction for Squid CSS
See an exemple of all components here
css
and toast js
files to your angular.json
style.scss
main fileSquidCSSModule
in your *.module.ts
To use the errors handled in form components, you need to follow the steps below
Install ngx-translate and follow the initial Setup
On you .json
files from each language follow the same structure (need one for each supported language of your application):
Install npm dependences npm install
Run npm start
to watch angular library (src
directory)
In another window run start:application
This launches an angular pattern that is contained in the application folder. Just use the components inside it, and every change in the files in the src
folder will be automatically reflected in the application.
We use compodoc to write docs with jsDocs
Run start:docs
and the compodoc will serve the docs. For each change it is necessary to run the command again
Just draft a new release here on Github and an actions will starts
**Important to use the same tag as package.json
See Docs here