Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

v1.0.0-rc.1

Compare
Choose a tag to compare
@JohannesHoppe JohannesHoppe released this 13 Dec 10:57
· 11 commits to master since this release

Angular 11 teaser

This release adds support for Angular v11. 🎉


⚠️ BREAKING CHANGE (v1)

Starting with version 1 the option --configuration was renamed to --build-target.

BEFORE (does not work):

ng deploy --configuration=test

NOW:

ng deploy --build-target=test

If you use the old syntax, you will probably receive the following error:

An unhandled exception occurred: Configuration 'test' is not set in the workspace.

Features

all features added via one single PR #25