Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 6b43b10

Browse files
pkozlowski-opensourcePatrickJS
authored andcommitted
refactor: remove old angular aliases (#106)
1 parent 335d520 commit 6b43b10

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/custom-typings.d.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,3 @@ import * as _ from 'lodash'
2828
* see https://github.com/typings/registry
2929
*
3030
*/
31-
32-
// Alias legacy import/exports pre rc
33-
declare module "angular2/core" {
34-
export * from '@angular/core';
35-
}
36-
37-
declare module "angular2/http" {
38-
export * from '@angular/http';
39-
}
40-
41-
declare module 'angular2/platform/browser' {
42-
export * from '@angular/platform-browser'
43-
}
44-
45-
declare module 'angular2/testing' {
46-
export * from '@angular/core/testing';
47-
}
48-
49-
declare module 'angular2/http/testing' {
50-
export * from '@angular/http/testing';
51-
}

0 commit comments

Comments
 (0)