build: Fix reflection and minification conflict (#399)

The minification change the class name so constructor.name not give back the correct class name.
Introduced getName() method in KeyAction and MacroAction Abstract class
This commit is contained in:
Róbert Kiss
2017-08-27 02:38:55 +02:00
committed by László Monda
parent be3e116130
commit ee93466a08
16 changed files with 70 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod --aot",
"build": "ng build --prod --aot --base-href=\"\"",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",