1.0.5 • Published 1 year ago

@onlook/angular v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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