@angular-contrib/common
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

CircleCI Codecov

Angular Contrib

Angular extensions powered by community.

Packages

Usage

Example of using <ng-host> directive.

Installing package:

npm install @angular-contrib/common

Importing NgModule:

import { ContribNgHostModule } from '@angular-contrib/common';

@NgModule({
  imports: [ ContribNgHostModule ]
})
class AppModule { }

Using features:

@Component({
  template: `
    <ng-host [ngClass]="{foo: true, bar: false}"></ng-host>
    <p>Hello World!</p>
  `
})
class AppComponent { }

Goals

  • Fundamental functionalities only;
  • Lib only (no private API usage);
  • Angular feature requests only;

Note

  • Please do not raise feature request here, instead making that to Angular itself. All features are picked there;
  • All features must be imported individuals due to possible future conflicts;
  • Any feature once implemented by Angular will be deprecated here;

Readme

Keywords

none

Package Sidebar

Install

npm i @angular-contrib/common

Weekly Downloads

4

Version

0.0.7

License

none

Unpacked Size

717 kB

Total Files

131

Last publish

Collaborators

  • trotyl