refactor: Remove isDart from public API
BREAKING CHANGE: - `IS_DARTIUM` no longer exported
This commit is contained in:
3
modules/angular2/test/platform.dart
Normal file
3
modules/angular2/test/platform.dart
Normal file
@ -0,0 +1,3 @@
|
||||
library angular2.test.platform;
|
||||
|
||||
const IS_DART = true;
|
Reference in New Issue
Block a user