mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Create angular-amd-tests.ts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// <reference path="angular.d.ts" />
|
||||
|
||||
import localName = require('angular');
|
||||
var mod: localName.IModule = localName.module('mod', []);
|
||||
|
||||
// Remain compatible with the ambient version
|
||||
var mod2: angular.IModule = mod;
|
||||
Reference in New Issue
Block a user