ngx-view-builder-designer
v0.6.0
Published
Moved. This package was renamed to @ngxviewbuilder/designer in 0.6.0.
Maintainers
Readme
ngx-view-builder-designer
This package moved. It was renamed to @ngxviewbuilder/designer in 0.6.0 and no longer ships any code.
npm rm ngx-view-builder-designer
npm i @ngxviewbuilder/designerUpdate the import source:
-import { ... } from 'ngx-view-builder-designer';
+import { ... } from '@ngxviewbuilder/designer';Why
All NGX View Builder packages moved under the @ngxviewbuilder npm scope. A scope is the only npm mechanism that reserves a namespace: nobody else can publish anything under @ngxviewbuilder/, which closes off look-alike package names.
What changes in your code
Only the package name. The public API is identical, and the designer still re-exports the runtime's surface. Inputs, outputs, component selectors (<ngx-view-builder-runtime>, <ngx-view-builder-designer>) and your saved JSON are all unchanged.
Documentation
https://ngxviewbuilder.io
- Developer guide: https://ngxviewbuilder.io/developers/
- Live demo: https://ngxviewbuilder.io/demo
