Boost your Angular development!
Components customizing should be simple. Just generate components from ngx-kit collection and modify them as you like.
ng add @ngx-kit/core
Pick a module from Collection and put the code to your project.
A button for example:
ng g @ngx-kit/collection:ui-button ui-button
@NgModule({
...
imports: [
...
UiButtonModule,
<button uiButton color="primary">Let's do it!</button>
Only complex (but stable) logic is stored in Core, so you can change generated templates and styles in any way.
Some collection modules use Hammer.js.
For proper working:
Install npm i hammerjs --save
Import import 'hammerjs';
in main.ts
.
MIT
Version | Tag | Published |
---|---|---|
8.0.0-alpha.1 | latest | 3yrs ago |
8.0.0-alpha.6 | alpha | 3yrs ago |