@traent/ngx-components is an Angular library that exposes both pure UI and domain components, directives and pipes used in Traent project.
In the future this library will integrate also other @traent/ngx-
libraries.
Notice: This library is currently under development and might be subjected to breaking changes.
@traent/ngx-components | Angular |
---|---|
0.0.x | 14 |
You can install it via NPM:
npm install @traent/ngx-components
This library offers multiple modules, following the SCAM pattern.
So you might need to import also the specific modules in your app.module
. For example:
import { ClickToCopyModule } from '@traent/ngx-components';
@NgModule({
imports: [ClickToCopyModule],
})
class AppModule {}
Coming Soon.
The building and publishing of this library to NPM is performed through an internal Organization flow that uses the standard Angular approach.
In the future, we will improve the tooling to allow everyone to build this library easily.
@traent/ngx-components
is available under the Apache-2 license. See the LICENSE file for more info.
We are open to any contributions and feedbacks.