1.8.0 • Published 3 years ago

@codeblaze/nx-webcomponent v1.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

nx-webcomponent

Nx plugin to create angular web components

Installing

just run this in a nx workspace

npm install --save-dev @codeblaze/nx-webcomponent

dependencies (will be installed automaically)

  • @nrwl/angular - for creating angular projects using nx
  • @angular/elements - should be of the same version as angular that you are using
  • ngx-build-plus - build tool extension for angular cli

Getting Started

nx console is recommend for vs code

  • nx g @codeblaze/nx-webcomponent:application ${project-name} creates a application
  • nx serve ${project-name} serves the application

Capabilities

  • Generators

    • Application - creates a angular elements application configured with ngx-build-plus
  • Executors

    • Serve - builds and serves a angular web component project

More Info

1.7.2

3 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago