@onlook/angular
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Onlook Angular builder

Usage

  1. Install builder library
npm i --save-dev @onlook/angular
  1. Use the builder

Update your custom angular.json file to use the builder

"projects": {
  ...
  "example-app": {
    ...
    "architect": {
      ...
      "build": {
        "builder": "@onlook/angular:browser",
        "options": {
          ...
        },
      ...
      "serve": {
        "builder": "@onlook/angular:dev-server",
        "options": {
          ...
        }

This is an extension of the @angular-builders/custom-webpack builder so all options from there will still work.

  1. Use the builder

Run the build

ng build

or

ng serve

Example setup

Pull request on example project

Package Sidebar

Install

npm i @onlook/angular

Homepage

onlook.dev

Weekly Downloads

2

Version

1.0.5

License

none

Unpacked Size

92.1 kB

Total Files

50

Last publish

Collaborators

  • kitenite