14.0.3 • Published 2 years ago

@ngx-cocktail/common v14.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@ngx-cocktail/common

The library contains common code for ngx-cocktail features and allows to use features from Angular Ivy.

Warning! This feature is experimental and can include known and undiscovered errors.

GitHub issues GitHub forks GitHub stars GitHub license

Support Support Support Support Support Support

What's New

  • Angular 14 support 🥳

Compatibility

Angular 14Angular 13Angular 12Angular 11Angular 10Angular 9
>=v14.0.1>=v13.0.1>=v12.0.1>=v11.0.1>=v10.0.1>=v9.0.1

Installation

    npm install @ngx-cocktail/common

Usage

    import { Features } from '@ngx-cocktail/common';

    @Features([YourFeature()])
    export class AppComponent implements OnInit {}

Publishing

  1. Commit & push your changes
  2. Update a version in package.json
  3. Run npm run build:common
  4. Navigate to dist/common
  5. Run npm publish
12.0.1

2 years ago

10.0.1

2 years ago

14.0.1

2 years ago

9.0.1

2 years ago

14.0.2

2 years ago

13.0.1

2 years ago

14.0.3

2 years ago

11.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago