mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(angular): Re-add references to tns-core-modules.d.ts (#6949)
They were removed in #6927 because we thought they were unnecessary.
This commit is contained in:
committed by
Dimitar Topuzov
parent
5449cfa238
commit
f34068d59b
@@ -2,7 +2,9 @@
|
||||
* Contains the application abstraction with all related methods.
|
||||
* @module "application"
|
||||
*/ /** */
|
||||
|
||||
/// <reference path="../nativescript-error.d.ts" />
|
||||
/// <reference path="../tns-core-modules.d.ts" />
|
||||
|
||||
import { NavigationEntry, View, Observable, EventData } from "../ui/frame";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user