I am trying to use Angular 1.x with the new TS2 and @types registry but running into problems. It looks like @types does not use what the typings registry refered to as \"gl
Add this import to your code
import * as angular from "angularjs";
See Typescript Angular Import for more information