Commit Graph
3 Commits
Author SHA1 Message Date
AndyandGitHub 8841dfc744 Use index.d.ts only (not foo/foo.d.ts) (#12834)
* Use index.d.ts only (not foo/foo.d.ts)

* Convert more packages

* Remove unnecessary references
2016-11-21 12:58:06 -08:00
Andy Hanson 28ef3d201b Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/> 2016-09-16 08:59:57 -07:00
Niko KovačičandMasahiro Wakame fa33748396 Added NgMap definitions (#10642)
* Added NgMap definitions

* Removed MarkerLabel from label

* Fixed url to DefinitelyTyped repository

* Changed module to namespace.

* Reflect changes also to ng-map-tests.

* Renamed folders, files and module for naming conventions

* Changed reference path in tests to reflect recent naming changes.
2016-08-30 03:08:32 +09:00