fix(core): Provide setDevMode() to enable/disable development mode in Javascript.

This commit is contained in:
Alex Rickabaugh
2015-11-03 15:19:18 -08:00
parent 7343ef04ae
commit 4bb9c46cf1
9 changed files with 53 additions and 1 deletions

View File

@ -20,3 +20,4 @@ export * from './src/common/forms';
export * from './src/core/debug';
export * from './src/core/change_detection';
export * from './src/core/ambient';
export * from './src/core/dev_mode';