0.0.7 • Published 5 years ago

@angular-contrib/core v0.0.7

Weekly downloads
1,233
License
-
Repository
-
Last release
5 years ago

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;
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.1-alpha.11

6 years ago

0.0.1-alpha.10

6 years ago

0.0.1-alpha.9

6 years ago

0.0.1-alpha.8

6 years ago

0.0.1-alpha.7

6 years ago

0.0.1-alpha.6

6 years ago

0.0.1-alpha.5

6 years ago

0.0.1-alpha.4

6 years ago

0.0.1-alpha.3

6 years ago