Skip to content

traent/ngx-components

Repository files navigation

@traent/ngx-components


@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.

Compatibility with Angular Versions

@traent/ngx-components Angular
0.0.x 14

Installation

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 {}

API & Examples

Coming Soon.

Building & Publishing

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.

License

@traent/ngx-components is available under the Apache-2 license. See the LICENSE file for more info.

Contributors

We are open to any contributions and feedbacks.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published