Skip to content

Commit

Permalink
feat(@angular-devkit/build-angular): move dev-server to new API
Browse files Browse the repository at this point in the history
Includes moving all the tests.
  • Loading branch information
hansl authored and vikerman committed Mar 13, 2019
1 parent 481a5aa commit cf5e3b1
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 139 deletions.
1 change: 1 addition & 0 deletions packages/angular_devkit/build_angular/builders.json
Expand Up @@ -14,6 +14,7 @@
},
"dev-server": {
"class": "./src/dev-server",
"implementation": "./src/dev-server/index2",
"schema": "./src/dev-server/schema.json",
"description": "Serve a browser app."
},
Expand Down

0 comments on commit cf5e3b1

Please sign in to comment.