-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
For those who don't know what ng-annotate is: ng-annotate is a library for Angular 1.x that allows you to minify your Code without using the array syntax or without adding ctrl.$inject = [..]
.
Motivation for or Use Case
Since the majority of Angular applications are built with the version 1 I guess a lot of people want to migrate their Angular application with @angular/upgrade
. Since AoT/Tree shaking is really important for Angular applications many people upgrading their 1.x projects would love to use angular-cli. We (ESL or also known Electronic Sport League) would love to use the angular-cli in the future.
If the general census is yes that you want to support it, I could implement it if you want.
Metadata
Metadata
Assignees
Labels
No labels