14.0.3 • Published 3 years ago
@ngx-cocktail/common v14.0.3
@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.
What's New
- Angular 14 support 🥳
Compatibility
| Angular 14 | Angular 13 | Angular 12 | Angular 11 | Angular 10 | Angular 9 |
|---|---|---|---|---|---|
>=v14.0.1 | >=v13.0.1 | >=v12.0.1 | >=v11.0.1 | >=v10.0.1 | >=v9.0.1 |
Installation
npm install @ngx-cocktail/commonUsage
import { Features } from '@ngx-cocktail/common';
@Features([YourFeature()])
export class AppComponent implements OnInit {}Publishing
- Commit & push your changes
- Update a version in package.json
- Run
npm run build:common - Navigate to
dist/common - Run
npm publish