
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@clarabridge/unified-angular-components
Advanced tools
This library consists of Clarabridge's Angular UI Components that are shared among multiple projects. The library was generated with Angular CLI for Angular 11.
This library consists of Clarabridge's Angular UI Components that are shared among multiple projects. The library was generated with Angular CLI for Angular 11.
For a full list of the available components, visit our Storybook documentation (note: requires OpenVPN connection)
npm install @clarabridge/unified-angular-components;
Add the required module(s) to the project's module file.
import {InlineHelpModule} from '@clarabridge/unified-angular-components';
...
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
InlineHelpModule
],
providers: [],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
You can import individual modules, such as InlineHelpModule
, or import UnifiedAngularComponentsModule
which will import all the components.
The components can then be used as such:
<cb-inline-help>
</cb-inline-help>
We fully welcome contributors, either with fresh code or improvements to existing code.
Contributors are asked to please follow the below guidelines:
Run ng generate component component-name --project unified-angular-components
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project unified-angular-components
.
Note: Don't forget to add
--project unified-angular-components
or else it will be added to the default project in yourangular.json
file.
$ npm run build:schematic-win
for a Windows machine, or $ npm run build:schematic
for a Mac machine from the root of the repository.
ng g unified-angular-components:story --name component-name --module module-name
--name
is a required argument, and --module is an optional argumentcomponentName.stories.ts
, in the folder where it was run, or in src/lib
if run from the root of the repository.Run ng build unified-angular-components --prod
to build the project. The build artifacts will be stored in the dist/
directory.
After building your library with ng build unified-angular-components --prod
, go to the dist folder cd dist/unified-angular-components
and run npm publish
.
Run ng test unified-angular-components
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
FAQs
This library consists of Clarabridge's Angular UI Components that are shared among multiple projects. The library was generated with Angular CLI for Angular 11.
We found that @clarabridge/unified-angular-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.