Coder Social home page Coder Social logo

angular-typescript-webpack's People

Contributors

asadsahi avatar brechtbilliet avatar clembou avatar fcamblor avatar gillesdebunne avatar moanrose avatar shootermv avatar zeroke008 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-typescript-webpack's Issues

Running tests

Hi! Ho do you actually run your tests? Seems like they are out of configuration? I noticed also there are some updates needed to run build, for example ts-loader.

some minor tslint errors when running "npm run test"

ERROR in ./src/test.ts
[2, 9]: ' should be "
[2, 30]: Missing semicolon

Those errors causing at my machine to compilation failure...
i guess the the solution is to replace ' by " in following code line:
require("phantomjs-polyfill");

Coverage is not fully produced for all files

The coverage reporter only generates coverage for files with an associated spec file, which ruins the whole idea behind having a coverage tool. I've spent nearly my whole weekend trying to get this working and your repo has helped miles with this. But this lack of proper coverage and not being able to view the original source code are my only boxes left to tick with this. Any ideas with either of these?

Lot of errors on typescript

Hello,

I tried to use your starter project and found a lot of errors when I runned "npm start"
An idea on what is going on?

errors:

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(30,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(33,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(34,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetSidebar\TweetSidebarComponent.spec.ts
(37,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(9,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(12,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(16,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(20,5): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetMain\TweetMainComponent.spec.ts
(22,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(9,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(12,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(16,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(20,5): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\tweetContent\TweetContentComponent.spec.ts
(22,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(8,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(11,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(15,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(19,5): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\tweets\angular\components\pageTweets\PageTweetsComponent.spec.ts
(21,9): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(8,1): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(10,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(11,5): error TS2304: Cannot find name 'beforeEach'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(15,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(16,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(19,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(21,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(24,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(27,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(31,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(32,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(36,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(39,5): error TS2304: Cannot find name 'describe'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(40,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(45,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(47,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(49,9): error TS2304: Cannot find name 'it'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(55,13): error TS2304: Cannot find name 'expect'.

ERROR in C:\dev\sandbox\angular-typescript-webpack\src\modules\application\angular\components\star\StarComponent.spec.ts
(59,13): error TS2304: Cannot find name 'expect'.
Child html-webpack-plugin for "index.html":

2 step compilation

What is the purpose of transpling Typescript to ES6 via tsc, and then ES6 to ES5 via Babel? Why you can't use only tsc targeting ES5?

Weaving Angular config and classes

What is your guidance about weaving Angular configuration such as registering controllers, services, etc. with the Angular module system and defining classes?
As importing classes and typings should not have side-effects, cf. https://github.com/Microsoft/TypeScript/wiki/FAQ#why-are-imports-being-elided-in-my-emit
I am trying to set up a practice of bundling the loading of Angular configuration in a couple of hierarchical ordered TypeScript files that are imported by the syntax:

import "modulename";

which will enforce the execution of the static code within it. In some cases this requires me to setup double .ts-files:

  • mycode.ts; imported by import {myclass1, mytype1} from "./mycode";
  • mycode.angular.ts; imported by import "mycode.angular.ts";

This does not look like the best solution. What is your guidance?

@types\jquery not found

After I clone and run the command : npm install everything work fine and all the dependencies are installed . However when I run the command: npm start I get an error: Could not find file: ...@types\jquery\index.d.ts when I check the folder @types inside node_modules it does not contains the jquery folder.

Debugging specs

Hi, awesome boilerplate. I actually have a project that has a very similar structure. One of the things that I haven't quite figured out is how to properly debug specs using phantomjs as the browser. With a traditional UI browser, I can actually put breakpoints during the execution of the tests, but am unsure how to do it with phantomJS. Any advice?

Duplicate identifier issues

When running npm start I get a large amount of duplicate identifier issues.

Is this usual behaviour ? Is there a problem with the repository or is something not configured correctly on my side?

Microsoft Windows [Version 10.0.10586]
(c) 2015 Microsoft Corporation. All rights reserved.

D:\Github\angular-typescript-webpack>npm start

> [email protected] start D:\Github\angular-typescript-webpack
> webpack --config webpack/webpack.dev.js --watch --NODE_ENV=dev

ts-loader: Using [email protected] and D:\Github\angular-typescript-webpack\tsconfig.json
Hash: d721fa1dc59408211112
Version: webpack 1.13.0
Time: 3840ms
                                 Asset       Size  Chunks             Chunk Names
448c34a56d699c29117adc64c43affeb.woff2      18 kB          [emitted]
  404a525502f8e5ba7e93b9f02d9e83a9.eot    75.2 kB          [emitted]
 891e3f340c1126b4c7c142e5f6e86816.woff    89.1 kB          [emitted]
  fb650aaf10736ffb9c4173079616bf01.ttf     151 kB          [emitted]
  bae4a87c1e5dff40baa3f49d52f5347a.svg     386 kB          [emitted]
  f4769f9bdb7466be65088239c12046d1.eot    20.1 kB          [emitted]
926c93d201fe51c8f351e858468980c3.woff2    70.7 kB          [emitted]
 fa2772327f55d8198301fdb8bcfc8158.woff    23.4 kB          [emitted]
  e18bbf611f2a2e43afc071aa2f4e1512.ttf    45.4 kB          [emitted]
  89889688147bd7575d6327160d64e760.svg     109 kB          [emitted]
                              build.js    1.71 MB       0  [emitted]  main
                          build.js.map    2.05 MB       0  [emitted]  main
                            index.html  258 bytes          [emitted]
   [0] multi main 28 bytes {0} [built]
    + 44 hidden modules

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\uglify-js\uglify-js.d.ts
(430,3): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\uglify-js\index.d.ts
(430,3): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(10,9): error TS2300: Duplicate identifier 'file'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(11,9): error TS2300: Duplicate identifier 'sourceRoot'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(15,9): error TS2300: Duplicate identifier 'version'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(16,9): error TS2300: Duplicate identifier 'sources'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(17,9): error TS2300: Duplicate identifier 'names'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(18,9): error TS2300: Duplicate identifier 'sourcesContent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(19,9): error TS2300: Duplicate identifier 'mappings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(23,9): error TS2300: Duplicate identifier 'line'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(24,9): error TS2300: Duplicate identifier 'column'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(28,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(29,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(33,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(34,9): error TS2300: Duplicate identifier 'generatedLine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(35,9): error TS2300: Duplicate identifier 'generatedColumn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(36,9): error TS2300: Duplicate identifier 'originalLine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(37,9): error TS2300: Duplicate identifier 'originalColumn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(38,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(42,9): error TS2300: Duplicate identifier 'generated'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(43,9): error TS2300: Duplicate identifier 'original'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(44,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(45,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(49,9): error TS2300: Duplicate identifier 'code'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(50,9): error TS2300: Duplicate identifier 'map'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(53,11): error TS2300: Duplicate identifier 'SourceMapConsumer'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(64,11): error TS2300: Duplicate identifier 'SourceMapGenerator'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(73,11): error TS2300: Duplicate identifier 'SourceNode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\source-map.d.ts
(91,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(10,9): error TS2300: Duplicate identifier 'file'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(11,9): error TS2300: Duplicate identifier 'sourceRoot'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(15,9): error TS2300: Duplicate identifier 'version'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(16,9): error TS2300: Duplicate identifier 'sources'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(17,9): error TS2300: Duplicate identifier 'names'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(18,9): error TS2300: Duplicate identifier 'sourcesContent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(19,9): error TS2300: Duplicate identifier 'mappings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(23,9): error TS2300: Duplicate identifier 'line'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(24,9): error TS2300: Duplicate identifier 'column'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(28,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(29,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(33,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(34,9): error TS2300: Duplicate identifier 'generatedLine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(35,9): error TS2300: Duplicate identifier 'generatedColumn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(36,9): error TS2300: Duplicate identifier 'originalLine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(37,9): error TS2300: Duplicate identifier 'originalColumn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(38,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(42,9): error TS2300: Duplicate identifier 'generated'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(43,9): error TS2300: Duplicate identifier 'original'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(44,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(45,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(49,9): error TS2300: Duplicate identifier 'code'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(50,9): error TS2300: Duplicate identifier 'map'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(53,11): error TS2300: Duplicate identifier 'SourceMapConsumer'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(64,11): error TS2300: Duplicate identifier 'SourceMapGenerator'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(73,11): error TS2300: Duplicate identifier 'SourceNode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\source-map\index.d.ts
(91,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(287,9): error TS2300: Duplicate identifier 'VERSION'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(293,9): error TS2300: Duplicate identifier 'templateSettings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(304,9): error TS2300: Duplicate identifier 'escape'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(309,9): error TS2300: Duplicate identifier 'evaluate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(314,9): error TS2300: Duplicate identifier 'imports'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(319,9): error TS2300: Duplicate identifier 'interpolate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(324,9): error TS2300: Duplicate identifier 'variable'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8406,9): error TS2300: Duplicate identifier 'placeholder'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8436,9): error TS2300: Duplicate identifier 'bind'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8495,9): error TS2300: Duplicate identifier 'placeholder'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8526,9): error TS2300: Duplicate identifier 'bindKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8761,9): error TS2300: Duplicate identifier 'leading'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8766,9): error TS2300: Duplicate identifier 'maxWait'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8771,9): error TS2300: Duplicate identifier 'trailing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8979,9): error TS2300: Duplicate identifier 'cache'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(8992,9): error TS2300: Duplicate identifier 'memoize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(9130,9): error TS2300: Duplicate identifier 'partial'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(9133,10): error TS2300: Duplicate identifier 'PH'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(9201,9): error TS2300: Duplicate identifier 'partialRight'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(9353,9): error TS2300: Duplicate identifier 'leading'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(9358,9): error TS2300: Duplicate identifier 'trailing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(15419,9): error TS2300: Duplicate identifier 'sourceURL'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(15424,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(15640,9): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(15642,9): error TS2300: Duplicate identifier 'omission'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(15644,9): error TS2300: Duplicate identifier 'separator'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(16206,9): error TS2300: Duplicate identifier 'chain'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(16815,9): error TS2375: Duplicate number index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(16816,9): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(16820,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(16824,9): error TS2375: Duplicate number index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\lodash.d.ts
(16837,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(287,9): error TS2300: Duplicate identifier 'VERSION'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(293,9): error TS2300: Duplicate identifier 'templateSettings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(304,9): error TS2300: Duplicate identifier 'escape'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(309,9): error TS2300: Duplicate identifier 'evaluate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(314,9): error TS2300: Duplicate identifier 'imports'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(319,9): error TS2300: Duplicate identifier 'interpolate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(324,9): error TS2300: Duplicate identifier 'variable'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8406,9): error TS2300: Duplicate identifier 'placeholder'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8436,9): error TS2300: Duplicate identifier 'bind'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8495,9): error TS2300: Duplicate identifier 'placeholder'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8526,9): error TS2300: Duplicate identifier 'bindKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8761,9): error TS2300: Duplicate identifier 'leading'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8766,9): error TS2300: Duplicate identifier 'maxWait'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8771,9): error TS2300: Duplicate identifier 'trailing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8979,9): error TS2300: Duplicate identifier 'cache'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(8992,9): error TS2300: Duplicate identifier 'memoize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(9130,9): error TS2300: Duplicate identifier 'partial'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(9133,10): error TS2300: Duplicate identifier 'PH'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(9201,9): error TS2300: Duplicate identifier 'partialRight'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(9353,9): error TS2300: Duplicate identifier 'leading'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(9358,9): error TS2300: Duplicate identifier 'trailing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(15419,9): error TS2300: Duplicate identifier 'sourceURL'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(15424,9): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(15640,9): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(15642,9): error TS2300: Duplicate identifier 'omission'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(15644,9): error TS2300: Duplicate identifier 'separator'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(16206,9): error TS2300: Duplicate identifier 'chain'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(16816,9): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\lodash\index.d.ts
(16837,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jwt-decode\jwt-decode.d.ts
(17,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jwt-decode\index.d.ts
(17,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(31,5): error TS2300: Duplicate identifier 'accepts'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(35,5): error TS2300: Duplicate identifier 'async'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(43,5): error TS2300: Duplicate identifier 'cache'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(51,5): error TS2300: Duplicate identifier 'contents'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(57,5): error TS2300: Duplicate identifier 'contentType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(61,5): error TS2300: Duplicate identifier 'context'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(65,5): error TS2300: Duplicate identifier 'converters'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(69,5): error TS2300: Duplicate identifier 'crossDomain'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(73,5): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(81,5): error TS2300: Duplicate identifier 'dataType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(89,5): error TS2300: Duplicate identifier 'global'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(93,5): error TS2300: Duplicate identifier 'headers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(97,5): error TS2300: Duplicate identifier 'ifModified'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(101,5): error TS2300: Duplicate identifier 'isLocal'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(105,5): error TS2300: Duplicate identifier 'jsonp'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(109,5): error TS2300: Duplicate identifier 'jsonpCallback'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(113,5): error TS2300: Duplicate identifier 'method'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(117,5): error TS2300: Duplicate identifier 'mimeType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(121,5): error TS2300: Duplicate identifier 'password'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(125,5): error TS2300: Duplicate identifier 'processData'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(129,5): error TS2300: Duplicate identifier 'scriptCharset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(133,5): error TS2300: Duplicate identifier 'statusCode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(141,5): error TS2300: Duplicate identifier 'timeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(145,5): error TS2300: Duplicate identifier 'traditional'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(149,5): error TS2300: Duplicate identifier 'type'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(153,5): error TS2300: Duplicate identifier 'url'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(157,5): error TS2300: Duplicate identifier 'username'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(161,5): error TS2300: Duplicate identifier 'xhr'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(165,5): error TS2300: Duplicate identifier 'xhrFields'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(189,5): error TS2300: Duplicate identifier 'responseJSON'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(447,5): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(448,5): error TS2300: Duplicate identifier 'delegateTarget'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(452,5): error TS2300: Duplicate identifier 'namespace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(453,5): error TS2300: Duplicate identifier 'originalEvent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(455,5): error TS2300: Duplicate identifier 'relatedTarget'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(456,5): error TS2300: Duplicate identifier 'result'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(459,5): error TS2300: Duplicate identifier 'target'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(460,5): error TS2300: Duplicate identifier 'pageX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(461,5): error TS2300: Duplicate identifier 'pageY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(462,5): error TS2300: Duplicate identifier 'which'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(463,5): error TS2300: Duplicate identifier 'metaKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(467,5): error TS2300: Duplicate identifier 'altKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(468,5): error TS2300: Duplicate identifier 'ctrlKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(469,5): error TS2300: Duplicate identifier 'metaKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(470,5): error TS2300: Duplicate identifier 'shiftKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(474,5): error TS2300: Duplicate identifier 'button'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(475,5): error TS2300: Duplicate identifier 'clientX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(476,5): error TS2300: Duplicate identifier 'clientY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(477,5): error TS2300: Duplicate identifier 'offsetX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(478,5): error TS2300: Duplicate identifier 'offsetY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(479,5): error TS2300: Duplicate identifier 'pageX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(480,5): error TS2300: Duplicate identifier 'pageY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(481,5): error TS2300: Duplicate identifier 'screenX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(482,5): error TS2300: Duplicate identifier 'screenY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(486,5): error TS2300: Duplicate identifier 'char'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(487,5): error TS2300: Duplicate identifier 'charCode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(488,5): error TS2300: Duplicate identifier 'key'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(489,5): error TS2300: Duplicate identifier 'keyCode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(500,5): error TS2300: Duplicate identifier 'ajax'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(501,5): error TS2300: Duplicate identifier 'boxModel'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(502,5): error TS2300: Duplicate identifier 'changeBubbles'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(503,5): error TS2300: Duplicate identifier 'checkClone'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(504,5): error TS2300: Duplicate identifier 'checkOn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(505,5): error TS2300: Duplicate identifier 'cors'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(506,5): error TS2300: Duplicate identifier 'cssFloat'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(507,5): error TS2300: Duplicate identifier 'hrefNormalized'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(508,5): error TS2300: Duplicate identifier 'htmlSerialize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(509,5): error TS2300: Duplicate identifier 'leadingWhitespace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(510,5): error TS2300: Duplicate identifier 'noCloneChecked'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(511,5): error TS2300: Duplicate identifier 'noCloneEvent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(512,5): error TS2300: Duplicate identifier 'opacity'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(513,5): error TS2300: Duplicate identifier 'optDisabled'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(514,5): error TS2300: Duplicate identifier 'optSelected'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(516,5): error TS2300: Duplicate identifier 'style'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(517,5): error TS2300: Duplicate identifier 'submitBubbles'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(518,5): error TS2300: Duplicate identifier 'tbody'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(553,5): error TS2300: Duplicate identifier 'left'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(554,5): error TS2300: Duplicate identifier 'top'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(561,5): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(562,5): error TS2300: Duplicate identifier 'value'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(569,5): error TS2300: Duplicate identifier 'duration'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(573,5): error TS2300: Duplicate identifier 'easing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(577,5): error TS2300: Duplicate identifier 'complete'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(581,5): error TS2300: Duplicate identifier 'step'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(585,5): error TS2300: Duplicate identifier 'progress'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(589,5): error TS2300: Duplicate identifier 'start'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(593,5): error TS2300: Duplicate identifier 'done'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(597,5): error TS2300: Duplicate identifier 'fail'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(601,5): error TS2300: Duplicate identifier 'always'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(605,5): error TS2300: Duplicate identifier 'queue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(609,5): error TS2300: Duplicate identifier 'specialEasing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(617,5): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(618,5): error TS2300: Duplicate identifier 'linear'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(619,5): error TS2300: Duplicate identifier 'swing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(655,5): error TS2300: Duplicate identifier 'ajaxSettings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(707,5): error TS2300: Duplicate identifier 'param'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(822,5): error TS2300: Duplicate identifier 'cssHooks'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(823,5): error TS2300: Duplicate identifier 'cssNumber'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(905,5): error TS2300: Duplicate identifier 'easing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(907,5): error TS2300: Duplicate identifier 'fx'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(939,5): error TS2300: Duplicate identifier 'Event'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(948,5): error TS2300: Duplicate identifier 'expr'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(949,5): error TS2300: Duplicate identifier 'fn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(951,5): error TS2300: Duplicate identifier 'isReady'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(954,5): error TS2300: Duplicate identifier 'support'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(2565,5): error TS2300: Duplicate identifier 'context'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(2567,5): error TS2300: Duplicate identifier 'jquery'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(2822,5): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(2827,5): error TS2300: Duplicate identifier 'selector'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(2828,5): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(2829,5): error TS2375: Duplicate number index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\jquery.d.ts
(3202,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(31,5): error TS2300: Duplicate identifier 'accepts'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(35,5): error TS2300: Duplicate identifier 'async'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(43,5): error TS2300: Duplicate identifier 'cache'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(51,5): error TS2300: Duplicate identifier 'contents'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(57,5): error TS2300: Duplicate identifier 'contentType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(61,5): error TS2300: Duplicate identifier 'context'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(65,5): error TS2300: Duplicate identifier 'converters'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(69,5): error TS2300: Duplicate identifier 'crossDomain'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(73,5): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(81,5): error TS2300: Duplicate identifier 'dataType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(89,5): error TS2300: Duplicate identifier 'global'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(93,5): error TS2300: Duplicate identifier 'headers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(97,5): error TS2300: Duplicate identifier 'ifModified'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(101,5): error TS2300: Duplicate identifier 'isLocal'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(105,5): error TS2300: Duplicate identifier 'jsonp'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(109,5): error TS2300: Duplicate identifier 'jsonpCallback'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(113,5): error TS2300: Duplicate identifier 'method'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(117,5): error TS2300: Duplicate identifier 'mimeType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(121,5): error TS2300: Duplicate identifier 'password'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(125,5): error TS2300: Duplicate identifier 'processData'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(129,5): error TS2300: Duplicate identifier 'scriptCharset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(133,5): error TS2300: Duplicate identifier 'statusCode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(141,5): error TS2300: Duplicate identifier 'timeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(145,5): error TS2300: Duplicate identifier 'traditional'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(149,5): error TS2300: Duplicate identifier 'type'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(153,5): error TS2300: Duplicate identifier 'url'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(157,5): error TS2300: Duplicate identifier 'username'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(161,5): error TS2300: Duplicate identifier 'xhr'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(165,5): error TS2300: Duplicate identifier 'xhrFields'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(189,5): error TS2300: Duplicate identifier 'responseJSON'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(447,5): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(448,5): error TS2300: Duplicate identifier 'delegateTarget'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(452,5): error TS2300: Duplicate identifier 'namespace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(453,5): error TS2300: Duplicate identifier 'originalEvent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(455,5): error TS2300: Duplicate identifier 'relatedTarget'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(456,5): error TS2300: Duplicate identifier 'result'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(459,5): error TS2300: Duplicate identifier 'target'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(460,5): error TS2300: Duplicate identifier 'pageX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(461,5): error TS2300: Duplicate identifier 'pageY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(462,5): error TS2300: Duplicate identifier 'which'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(463,5): error TS2300: Duplicate identifier 'metaKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(467,5): error TS2300: Duplicate identifier 'altKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(468,5): error TS2300: Duplicate identifier 'ctrlKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(469,5): error TS2300: Duplicate identifier 'metaKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(470,5): error TS2300: Duplicate identifier 'shiftKey'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(474,5): error TS2300: Duplicate identifier 'button'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(475,5): error TS2300: Duplicate identifier 'clientX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(476,5): error TS2300: Duplicate identifier 'clientY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(477,5): error TS2300: Duplicate identifier 'offsetX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(478,5): error TS2300: Duplicate identifier 'offsetY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(479,5): error TS2300: Duplicate identifier 'pageX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(480,5): error TS2300: Duplicate identifier 'pageY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(481,5): error TS2300: Duplicate identifier 'screenX'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(482,5): error TS2300: Duplicate identifier 'screenY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(486,5): error TS2300: Duplicate identifier 'char'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(487,5): error TS2300: Duplicate identifier 'charCode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(488,5): error TS2300: Duplicate identifier 'key'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(489,5): error TS2300: Duplicate identifier 'keyCode'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(500,5): error TS2300: Duplicate identifier 'ajax'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(501,5): error TS2300: Duplicate identifier 'boxModel'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(502,5): error TS2300: Duplicate identifier 'changeBubbles'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(503,5): error TS2300: Duplicate identifier 'checkClone'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(504,5): error TS2300: Duplicate identifier 'checkOn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(505,5): error TS2300: Duplicate identifier 'cors'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(506,5): error TS2300: Duplicate identifier 'cssFloat'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(507,5): error TS2300: Duplicate identifier 'hrefNormalized'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(508,5): error TS2300: Duplicate identifier 'htmlSerialize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(509,5): error TS2300: Duplicate identifier 'leadingWhitespace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(510,5): error TS2300: Duplicate identifier 'noCloneChecked'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(511,5): error TS2300: Duplicate identifier 'noCloneEvent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(512,5): error TS2300: Duplicate identifier 'opacity'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(513,5): error TS2300: Duplicate identifier 'optDisabled'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(514,5): error TS2300: Duplicate identifier 'optSelected'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(516,5): error TS2300: Duplicate identifier 'style'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(517,5): error TS2300: Duplicate identifier 'submitBubbles'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(518,5): error TS2300: Duplicate identifier 'tbody'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(553,5): error TS2300: Duplicate identifier 'left'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(554,5): error TS2300: Duplicate identifier 'top'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(561,5): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(562,5): error TS2300: Duplicate identifier 'value'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(569,5): error TS2300: Duplicate identifier 'duration'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(573,5): error TS2300: Duplicate identifier 'easing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(577,5): error TS2300: Duplicate identifier 'complete'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(581,5): error TS2300: Duplicate identifier 'step'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(585,5): error TS2300: Duplicate identifier 'progress'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(589,5): error TS2300: Duplicate identifier 'start'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(593,5): error TS2300: Duplicate identifier 'done'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(597,5): error TS2300: Duplicate identifier 'fail'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(601,5): error TS2300: Duplicate identifier 'always'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(605,5): error TS2300: Duplicate identifier 'queue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(609,5): error TS2300: Duplicate identifier 'specialEasing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(618,5): error TS2300: Duplicate identifier 'linear'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(619,5): error TS2300: Duplicate identifier 'swing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(655,5): error TS2300: Duplicate identifier 'ajaxSettings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(707,5): error TS2300: Duplicate identifier 'param'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(822,5): error TS2300: Duplicate identifier 'cssHooks'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(823,5): error TS2300: Duplicate identifier 'cssNumber'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(905,5): error TS2300: Duplicate identifier 'easing'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(907,5): error TS2300: Duplicate identifier 'fx'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(939,5): error TS2300: Duplicate identifier 'Event'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(948,5): error TS2300: Duplicate identifier 'expr'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(949,5): error TS2300: Duplicate identifier 'fn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(951,5): error TS2300: Duplicate identifier 'isReady'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(954,5): error TS2300: Duplicate identifier 'support'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(2565,5): error TS2300: Duplicate identifier 'context'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(2567,5): error TS2300: Duplicate identifier 'jquery'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(2822,5): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(2827,5): error TS2300: Duplicate identifier 'selector'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jquery\index.d.ts
(3202,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(74,9): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(75,9): error TS2375: Duplicate number index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(129,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(133,9): error TS2300: Duplicate identifier 'pass'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(134,9): error TS2300: Duplicate identifier 'message'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(144,9): error TS2300: Duplicate identifier 'setTimeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(145,9): error TS2300: Duplicate identifier 'clearTimeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(146,9): error TS2300: Duplicate identifier 'setInterval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(147,9): error TS2300: Duplicate identifier 'clearInterval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(148,9): error TS2300: Duplicate identifier 'updateInterval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(150,9): error TS2300: Duplicate identifier 'currentSpec'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(152,9): error TS2300: Duplicate identifier 'matchersClass'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(198,9): error TS2300: Duplicate identifier 'type'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(202,9): error TS2300: Duplicate identifier 'description'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(204,9): error TS2300: Duplicate identifier 'totalCount'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(205,9): error TS2300: Duplicate identifier 'passedCount'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(206,9): error TS2300: Duplicate identifier 'failedCount'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(208,9): error TS2300: Duplicate identifier 'skipped'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(218,9): error TS2300: Duplicate identifier 'values'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(219,9): error TS2300: Duplicate identifier 'trace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(223,9): error TS2300: Duplicate identifier 'matcherName'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(225,9): error TS2300: Duplicate identifier 'expected'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(226,9): error TS2300: Duplicate identifier 'actual'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(227,9): error TS2300: Duplicate identifier 'message'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(228,9): error TS2300: Duplicate identifier 'trace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(232,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(233,9): error TS2300: Duplicate identifier 'message'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(234,9): error TS2300: Duplicate identifier 'stack'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(257,9): error TS2300: Duplicate identifier 'env'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(258,9): error TS2300: Duplicate identifier 'ensured'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(259,9): error TS2300: Duplicate identifier 'blocks'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(260,9): error TS2300: Duplicate identifier 'running'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(261,9): error TS2300: Duplicate identifier 'index'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(262,9): error TS2300: Duplicate identifier 'offset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(263,9): error TS2300: Duplicate identifier 'abort'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(278,9): error TS2300: Duplicate identifier 'env'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(279,9): error TS2300: Duplicate identifier 'actual'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(280,9): error TS2300: Duplicate identifier 'spec'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(281,9): error TS2300: Duplicate identifier 'isNot'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(303,9): error TS2300: Duplicate identifier 'not'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(305,9): error TS2300: Duplicate identifier 'Any'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(344,9): error TS2300: Duplicate identifier 'id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(345,9): error TS2300: Duplicate identifier 'env'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(346,9): error TS2300: Duplicate identifier 'description'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(347,9): error TS2300: Duplicate identifier 'queue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(354,9): error TS2300: Duplicate identifier 'suite'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(356,9): error TS2300: Duplicate identifier 'afterCallbacks'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(357,9): error TS2300: Duplicate identifier 'spies_'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(359,9): error TS2300: Duplicate identifier 'results_'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(360,9): error TS2300: Duplicate identifier 'matchersClass'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(385,9): error TS2300: Duplicate identifier 'id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(393,9): error TS2300: Duplicate identifier 'parentSuite'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(416,9): error TS2300: Duplicate identifier 'identity'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(417,9): error TS2300: Duplicate identifier 'and'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(418,9): error TS2300: Duplicate identifier 'calls'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(419,9): error TS2300: Duplicate identifier 'mostRecentCall'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(420,9): error TS2300: Duplicate identifier 'argsForCall'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(421,9): error TS2300: Duplicate identifier 'wasCalled'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(458,9): error TS2300: Duplicate identifier 'object'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(460,9): error TS2300: Duplicate identifier 'args'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(473,9): error TS2300: Duplicate identifier 'started'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(474,9): error TS2300: Duplicate identifier 'finished'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(475,9): error TS2300: Duplicate identifier 'result'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(476,9): error TS2300: Duplicate identifier 'messages'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(490,9): error TS2300: Duplicate identifier 'Spec'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(491,9): error TS2300: Duplicate identifier 'clock'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\jasmine.d.ts
(492,9): error TS2300: Duplicate identifier 'util'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(74,9): error TS2300: Duplicate identifier 'length'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(133,9): error TS2300: Duplicate identifier 'pass'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(134,9): error TS2300: Duplicate identifier 'message'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(144,9): error TS2300: Duplicate identifier 'setTimeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(145,9): error TS2300: Duplicate identifier 'clearTimeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(146,9): error TS2300: Duplicate identifier 'setInterval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(147,9): error TS2300: Duplicate identifier 'clearInterval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(148,9): error TS2300: Duplicate identifier 'updateInterval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(150,9): error TS2300: Duplicate identifier 'currentSpec'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(152,9): error TS2300: Duplicate identifier 'matchersClass'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(198,9): error TS2300: Duplicate identifier 'type'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(202,9): error TS2300: Duplicate identifier 'description'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(204,9): error TS2300: Duplicate identifier 'totalCount'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(205,9): error TS2300: Duplicate identifier 'passedCount'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(206,9): error TS2300: Duplicate identifier 'failedCount'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(208,9): error TS2300: Duplicate identifier 'skipped'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(218,9): error TS2300: Duplicate identifier 'values'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(219,9): error TS2300: Duplicate identifier 'trace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(223,9): error TS2300: Duplicate identifier 'matcherName'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(225,9): error TS2300: Duplicate identifier 'expected'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(226,9): error TS2300: Duplicate identifier 'actual'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(227,9): error TS2300: Duplicate identifier 'message'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(228,9): error TS2300: Duplicate identifier 'trace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(232,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(233,9): error TS2300: Duplicate identifier 'message'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(234,9): error TS2300: Duplicate identifier 'stack'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(257,9): error TS2300: Duplicate identifier 'env'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(258,9): error TS2300: Duplicate identifier 'ensured'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(259,9): error TS2300: Duplicate identifier 'blocks'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(260,9): error TS2300: Duplicate identifier 'running'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(261,9): error TS2300: Duplicate identifier 'index'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(262,9): error TS2300: Duplicate identifier 'offset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(263,9): error TS2300: Duplicate identifier 'abort'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(278,9): error TS2300: Duplicate identifier 'env'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(279,9): error TS2300: Duplicate identifier 'actual'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(280,9): error TS2300: Duplicate identifier 'spec'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(281,9): error TS2300: Duplicate identifier 'isNot'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(303,9): error TS2300: Duplicate identifier 'not'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(305,9): error TS2300: Duplicate identifier 'Any'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(344,9): error TS2300: Duplicate identifier 'id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(345,9): error TS2300: Duplicate identifier 'env'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(346,9): error TS2300: Duplicate identifier 'description'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(347,9): error TS2300: Duplicate identifier 'queue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(354,9): error TS2300: Duplicate identifier 'suite'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(356,9): error TS2300: Duplicate identifier 'afterCallbacks'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(357,9): error TS2300: Duplicate identifier 'spies_'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(359,9): error TS2300: Duplicate identifier 'results_'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(360,9): error TS2300: Duplicate identifier 'matchersClass'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(385,9): error TS2300: Duplicate identifier 'id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(393,9): error TS2300: Duplicate identifier 'parentSuite'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(416,9): error TS2300: Duplicate identifier 'identity'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(417,9): error TS2300: Duplicate identifier 'and'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(418,9): error TS2300: Duplicate identifier 'calls'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(419,9): error TS2300: Duplicate identifier 'mostRecentCall'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(420,9): error TS2300: Duplicate identifier 'argsForCall'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(421,9): error TS2300: Duplicate identifier 'wasCalled'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(458,9): error TS2300: Duplicate identifier 'object'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(460,9): error TS2300: Duplicate identifier 'args'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(473,9): error TS2300: Duplicate identifier 'started'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(474,9): error TS2300: Duplicate identifier 'finished'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(475,9): error TS2300: Duplicate identifier 'result'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(476,9): error TS2300: Duplicate identifier 'messages'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(490,9): error TS2300: Duplicate identifier 'Spec'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(491,9): error TS2300: Duplicate identifier 'clock'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\jasmine\index.d.ts
(492,9): error TS2300: Duplicate identifier 'util'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(11,5): error TS2300: Duplicate identifier 'backdrop'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(12,5): error TS2300: Duplicate identifier 'keyboard'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(13,5): error TS2300: Duplicate identifier 'show'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(14,5): error TS2300: Duplicate identifier 'remote'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(18,5): error TS2300: Duplicate identifier 'backdrop'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(19,5): error TS2300: Duplicate identifier 'keyboard'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(20,5): error TS2300: Duplicate identifier 'show'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(21,5): error TS2300: Duplicate identifier 'remote'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(25,5): error TS2300: Duplicate identifier 'offset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(26,5): error TS2300: Duplicate identifier 'target'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(30,5): error TS2300: Duplicate identifier 'animation'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(31,5): error TS2300: Duplicate identifier 'html'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(32,5): error TS2300: Duplicate identifier 'placement'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(33,5): error TS2300: Duplicate identifier 'selector'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(34,5): error TS2300: Duplicate identifier 'title'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(35,5): error TS2300: Duplicate identifier 'trigger'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(36,5): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(37,5): error TS2300: Duplicate identifier 'delay'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(38,5): error TS2300: Duplicate identifier 'container'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(39,5): error TS2300: Duplicate identifier 'viewport'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(43,5): error TS2300: Duplicate identifier 'animation'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(44,5): error TS2300: Duplicate identifier 'html'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(45,5): error TS2300: Duplicate identifier 'placement'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(46,5): error TS2300: Duplicate identifier 'selector'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(47,5): error TS2300: Duplicate identifier 'trigger'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(48,5): error TS2300: Duplicate identifier 'title'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(49,5): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(50,5): error TS2300: Duplicate identifier 'content'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(51,5): error TS2300: Duplicate identifier 'delay'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(52,5): error TS2300: Duplicate identifier 'container'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(53,5): error TS2300: Duplicate identifier 'viewport'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(57,5): error TS2300: Duplicate identifier 'parent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(58,5): error TS2300: Duplicate identifier 'toggle'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(62,5): error TS2300: Duplicate identifier 'interval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(63,5): error TS2300: Duplicate identifier 'pause'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(64,5): error TS2300: Duplicate identifier 'wrap'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(65,5): error TS2300: Duplicate identifier 'keybord'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(69,5): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(70,5): error TS2300: Duplicate identifier 'items'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(71,5): error TS2300: Duplicate identifier 'minLength'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(72,5): error TS2300: Duplicate identifier 'matcher'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(73,5): error TS2300: Duplicate identifier 'sorter'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(74,5): error TS2300: Duplicate identifier 'updater'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(75,5): error TS2300: Duplicate identifier 'highlighter'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(79,5): error TS2300: Duplicate identifier 'offset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\index.d.ts
(80,5): error TS2300: Duplicate identifier 'target'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(11,5): error TS2300: Duplicate identifier 'backdrop'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(12,5): error TS2300: Duplicate identifier 'keyboard'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(13,5): error TS2300: Duplicate identifier 'show'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(14,5): error TS2300: Duplicate identifier 'remote'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(18,5): error TS2300: Duplicate identifier 'backdrop'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(19,5): error TS2300: Duplicate identifier 'keyboard'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(20,5): error TS2300: Duplicate identifier 'show'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(21,5): error TS2300: Duplicate identifier 'remote'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(25,5): error TS2300: Duplicate identifier 'offset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(26,5): error TS2300: Duplicate identifier 'target'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(30,5): error TS2300: Duplicate identifier 'animation'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(31,5): error TS2300: Duplicate identifier 'html'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(32,5): error TS2300: Duplicate identifier 'placement'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(33,5): error TS2300: Duplicate identifier 'selector'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(34,5): error TS2300: Duplicate identifier 'title'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(35,5): error TS2300: Duplicate identifier 'trigger'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(36,5): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(37,5): error TS2300: Duplicate identifier 'delay'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(38,5): error TS2300: Duplicate identifier 'container'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(39,5): error TS2300: Duplicate identifier 'viewport'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(43,5): error TS2300: Duplicate identifier 'animation'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(44,5): error TS2300: Duplicate identifier 'html'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(45,5): error TS2300: Duplicate identifier 'placement'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(46,5): error TS2300: Duplicate identifier 'selector'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(47,5): error TS2300: Duplicate identifier 'trigger'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(48,5): error TS2300: Duplicate identifier 'title'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(49,5): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(50,5): error TS2300: Duplicate identifier 'content'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(51,5): error TS2300: Duplicate identifier 'delay'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(52,5): error TS2300: Duplicate identifier 'container'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(53,5): error TS2300: Duplicate identifier 'viewport'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(57,5): error TS2300: Duplicate identifier 'parent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(58,5): error TS2300: Duplicate identifier 'toggle'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(62,5): error TS2300: Duplicate identifier 'interval'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(63,5): error TS2300: Duplicate identifier 'pause'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(64,5): error TS2300: Duplicate identifier 'wrap'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(65,5): error TS2300: Duplicate identifier 'keybord'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(69,5): error TS2300: Duplicate identifier 'source'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(70,5): error TS2300: Duplicate identifier 'items'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(71,5): error TS2300: Duplicate identifier 'minLength'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(72,5): error TS2300: Duplicate identifier 'matcher'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(73,5): error TS2300: Duplicate identifier 'sorter'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(74,5): error TS2300: Duplicate identifier 'updater'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(75,5): error TS2300: Duplicate identifier 'highlighter'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(79,5): error TS2300: Duplicate identifier 'offset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\bootstrap\bootstrap.d.ts
(80,5): error TS2300: Duplicate identifier 'target'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(11,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(24,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(34,9): error TS2300: Duplicate identifier 'routes'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(38,9): error TS2300: Duplicate identifier 'current'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(60,9): error TS2300: Duplicate identifier 'controller'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(64,9): error TS2300: Duplicate identifier 'controllerAs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(68,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(77,9): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(86,9): error TS2300: Duplicate identifier 'templateUrl'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(93,9): error TS2300: Duplicate identifier 'resolve'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(105,9): error TS2300: Duplicate identifier 'redirectTo'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(111,9): error TS2300: Duplicate identifier 'reloadOnSearch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(117,9): error TS2300: Duplicate identifier 'caseInsensitiveMatch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(122,9): error TS2300: Duplicate identifier 'locals'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(128,9): error TS2300: Duplicate identifier 'params'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\index.d.ts
(137,9): error TS2300: Duplicate identifier 'caseInsensitiveMatch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(11,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(34,9): error TS2300: Duplicate identifier 'routes'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(38,9): error TS2300: Duplicate identifier 'current'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(60,9): error TS2300: Duplicate identifier 'controller'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(64,9): error TS2300: Duplicate identifier 'controllerAs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(68,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(77,9): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(86,9): error TS2300: Duplicate identifier 'templateUrl'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(93,9): error TS2300: Duplicate identifier 'resolve'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(105,9): error TS2300: Duplicate identifier 'redirectTo'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(111,9): error TS2300: Duplicate identifier 'reloadOnSearch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(117,9): error TS2300: Duplicate identifier 'caseInsensitiveMatch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(122,9): error TS2300: Duplicate identifier 'locals'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(128,9): error TS2300: Duplicate identifier 'params'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-route\angular-route.d.ts
(137,9): error TS2300: Duplicate identifier 'caseInsensitiveMatch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\index.d.ts
(11,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\index.d.ts
(16,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\index.d.ts
(21,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\index.d.ts
(34,9): error TS2300: Duplicate identifier 'mock'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\index.d.ts
(48,9): error TS2300: Duplicate identifier 'inject'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\index.d.ts
(98,9): error TS2300: Duplicate identifier 'logs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\angular-mocks.d.ts
(11,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\angular-mocks.d.ts
(16,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\angular-mocks.d.ts
(21,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\angular-mocks.d.ts
(34,9): error TS2300: Duplicate identifier 'mock'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\angular-mocks.d.ts
(48,9): error TS2300: Duplicate identifier 'inject'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular-mocks\angular-mocks.d.ts
(98,9): error TS2300: Duplicate identifier 'logs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(14,5): error TS2300: Duplicate identifier '$inject'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(18,8): error TS2300: Duplicate identifier 'ng'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(21,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(40,9): error TS2300: Duplicate identifier '$get'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(44,9): error TS2300: Duplicate identifier 'strictDi'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(45,9): error TS2300: Duplicate identifier 'debugInfoEnabled'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(85,9): error TS2300: Duplicate identifier 'element'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(162,9): error TS2300: Duplicate identifier 'version'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(300,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(301,9): error TS2300: Duplicate identifier 'requires'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(314,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(356,9): error TS2300: Duplicate identifier '$attr'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(368,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(370,9): error TS2300: Duplicate identifier '$pristine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(371,9): error TS2300: Duplicate identifier '$dirty'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(372,9): error TS2300: Duplicate identifier '$valid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(373,9): error TS2300: Duplicate identifier '$invalid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(374,9): error TS2300: Duplicate identifier '$submitted'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(375,9): error TS2300: Duplicate identifier '$error'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(406,9): error TS2300: Duplicate identifier '$viewValue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(408,9): error TS2300: Duplicate identifier '$modelValue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(410,9): error TS2300: Duplicate identifier '$parsers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(411,9): error TS2300: Duplicate identifier '$formatters'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(412,9): error TS2300: Duplicate identifier '$viewChangeListeners'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(413,9): error TS2300: Duplicate identifier '$error'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(414,9): error TS2300: Duplicate identifier '$name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(416,9): error TS2300: Duplicate identifier '$touched'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(417,9): error TS2300: Duplicate identifier '$untouched'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(419,9): error TS2300: Duplicate identifier '$validators'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(420,9): error TS2300: Duplicate identifier '$asyncValidators'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(422,9): error TS2300: Duplicate identifier '$pending'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(423,9): error TS2300: Duplicate identifier '$pristine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(424,9): error TS2300: Duplicate identifier '$dirty'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(425,9): error TS2300: Duplicate identifier '$valid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(426,9): error TS2300: Duplicate identifier '$invalid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(433,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(437,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(457,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(524,9): error TS2300: Duplicate identifier '$parent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(525,9): error TS2300: Duplicate identifier '$root'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(526,9): error TS2300: Duplicate identifier '$id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(529,9): error TS2300: Duplicate identifier '$$isolateBindings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(530,9): error TS2300: Duplicate identifier '$$phase'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(544,9): error TS2300: Duplicate identifier '$index'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(549,9): error TS2300: Duplicate identifier '$first'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(554,9): error TS2300: Duplicate identifier '$middle'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(559,9): error TS2300: Duplicate identifier '$last'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(564,9): error TS2300: Duplicate identifier '$even'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(569,9): error TS2300: Duplicate identifier '$odd'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(577,9): error TS2300: Duplicate identifier 'targetScope'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(581,9): error TS2300: Duplicate identifier 'currentScope'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(585,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(589,9): error TS2300: Duplicate identifier 'stopPropagation'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(593,9): error TS2300: Duplicate identifier 'preventDefault'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(597,9): error TS2300: Duplicate identifier 'defaultPrevented'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(605,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(613,9): error TS2300: Duplicate identifier 'defer'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(614,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(696,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(815,9): error TS2300: Duplicate identifier 'id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(819,9): error TS2300: Duplicate identifier 'NUMBER_FORMATS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(820,9): error TS2300: Duplicate identifier 'DATETIME_FORMATS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(821,9): error TS2300: Duplicate identifier 'pluralCat'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(825,9): error TS2300: Duplicate identifier 'DECIMAL_SEP'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(826,9): error TS2300: Duplicate identifier 'GROUP_SEP'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(827,9): error TS2300: Duplicate identifier 'PATTERNS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(828,9): error TS2300: Duplicate identifier 'CURRENCY_SYM'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(832,9): error TS2300: Duplicate identifier 'minInt'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(833,9): error TS2300: Duplicate identifier 'minFrac'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(834,9): error TS2300: Duplicate identifier 'maxFrac'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(835,9): error TS2300: Duplicate identifier 'posPre'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(836,9): error TS2300: Duplicate identifier 'posSuf'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(837,9): error TS2300: Duplicate identifier 'negPre'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(838,9): error TS2300: Duplicate identifier 'negSuf'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(839,9): error TS2300: Duplicate identifier 'gSize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(840,9): error TS2300: Duplicate identifier 'lgSize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(844,9): error TS2300: Duplicate identifier 'MONTH'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(845,9): error TS2300: Duplicate identifier 'SHORTMONTH'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(846,9): error TS2300: Duplicate identifier 'DAY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(847,9): error TS2300: Duplicate identifier 'SHORTDAY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(848,9): error TS2300: Duplicate identifier 'AMPMS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(849,9): error TS2300: Duplicate identifier 'medium'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(850,9): error TS2300: Duplicate identifier 'short'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(851,9): error TS2300: Duplicate identifier 'fullDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(852,9): error TS2300: Duplicate identifier 'longDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(853,9): error TS2300: Duplicate identifier 'mediumDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(854,9): error TS2300: Duplicate identifier 'shortDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(855,9): error TS2300: Duplicate identifier 'mediumTime'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(856,9): error TS2300: Duplicate identifier 'shortTime'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(865,9): error TS2300: Duplicate identifier 'debug'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(866,9): error TS2300: Duplicate identifier 'error'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(867,9): error TS2300: Duplicate identifier 'info'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(868,9): error TS2300: Duplicate identifier 'log'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(869,9): error TS2300: Duplicate identifier 'warn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(903,9): error TS2300: Duplicate identifier 'literal'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(904,9): error TS2300: Duplicate identifier 'constant'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1090,9): error TS2300: Duplicate identifier 'promise'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1100,9): error TS2300: Duplicate identifier 'yOffset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1333,9): error TS2300: Duplicate identifier 'defaults'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1338,9): error TS2300: Duplicate identifier 'pendingRequests'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1350,9): error TS2300: Duplicate identifier 'params'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1356,9): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1361,9): error TS2300: Duplicate identifier 'timeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1366,9): error TS2300: Duplicate identifier 'responseType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1377,9): error TS2300: Duplicate identifier 'method'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1381,9): error TS2300: Duplicate identifier 'url'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1394,9): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1395,9): error TS2300: Duplicate identifier 'status'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1396,9): error TS2300: Duplicate identifier 'headers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1397,9): error TS2300: Duplicate identifier 'config'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1398,9): error TS2300: Duplicate identifier 'statusText'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1417,9): error TS2374: Duplicate string index signature.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1418,9): error TS2300: Duplicate identifier 'common'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1419,9): error TS2300: Duplicate identifier 'get'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1420,9): error TS2300: Duplicate identifier 'post'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1421,9): error TS2300: Duplicate identifier 'put'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1422,9): error TS2300: Duplicate identifier 'patch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1437,9): error TS2300: Duplicate identifier 'cache'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1444,9): error TS2300: Duplicate identifier 'transformRequest'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1450,9): error TS2300: Duplicate identifier 'transformResponse'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1458,9): error TS2300: Duplicate identifier 'headers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1461,9): error TS2300: Duplicate identifier 'xsrfHeaderName'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1464,9): error TS2300: Duplicate identifier 'xsrfCookieName'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1469,9): error TS2300: Duplicate identifier 'withCredentials'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1476,9): error TS2300: Duplicate identifier 'paramSerializer'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1480,9): error TS2300: Duplicate identifier 'request'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1481,9): error TS2300: Duplicate identifier 'requestError'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1482,9): error TS2300: Duplicate identifier 'response'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1483,9): error TS2300: Duplicate identifier 'responseError'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1491,9): error TS2300: Duplicate identifier 'defaults'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1497,9): error TS2300: Duplicate identifier 'interceptors'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1628,9): error TS2300: Duplicate identifier 'totalPendingRequests'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1657,9): error TS2300: Duplicate identifier 'path'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1658,9): error TS2300: Duplicate identifier 'aux'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1659,9): error TS2300: Duplicate identifier 'component'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1660,9): error TS2300: Duplicate identifier 'loader'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1661,9): error TS2300: Duplicate identifier 'redirectTo'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1662,9): error TS2300: Duplicate identifier 'as'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1663,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1664,9): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1665,9): error TS2300: Duplicate identifier 'useAsDefault'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1675,9): error TS2300: Duplicate identifier 'type'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1676,9): error TS2300: Duplicate identifier 'loader'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1677,9): error TS2300: Duplicate identifier 'component'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1688,9): error TS2300: Duplicate identifier 'controller'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1693,9): error TS2300: Duplicate identifier 'controllerAs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1701,9): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1708,9): error TS2300: Duplicate identifier 'templateUrl'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1713,9): error TS2300: Duplicate identifier 'bindings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1717,9): error TS2300: Duplicate identifier 'transclude'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1721,9): error TS2300: Duplicate identifier 'isolate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1726,9): error TS2300: Duplicate identifier 'restrict'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1727,9): error TS2300: Duplicate identifier '$canActivate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1728,9): error TS2300: Duplicate identifier '$routeConfig'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1756,9): error TS2300: Duplicate identifier 'pre'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1757,9): error TS2300: Duplicate identifier 'post'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1769,9): error TS2300: Duplicate identifier 'compile'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1770,9): error TS2300: Duplicate identifier 'controller'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1771,9): error TS2300: Duplicate identifier 'controllerAs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1772,9): error TS2300: Duplicate identifier 'bindToController'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1773,9): error TS2300: Duplicate identifier 'link'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1774,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1775,9): error TS2300: Duplicate identifier 'priority'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1776,9): error TS2300: Duplicate identifier 'replace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1777,9): error TS2300: Duplicate identifier 'require'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1778,9): error TS2300: Duplicate identifier 'restrict'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1779,9): error TS2300: Duplicate identifier 'scope'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1780,9): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1781,9): error TS2300: Duplicate identifier 'templateNamespace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1782,9): error TS2300: Duplicate identifier 'templateUrl'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1783,9): error TS2300: Duplicate identifier 'terminal'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\index.d.ts
(1784,9): error TS2300: Duplicate identifier 'transclude'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(14,5): error TS2300: Duplicate identifier '$inject'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(18,8): error TS2300: Duplicate identifier 'ng'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(21,5): error TS2300: Duplicate identifier 'export='.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(40,9): error TS2300: Duplicate identifier '$get'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(44,9): error TS2300: Duplicate identifier 'strictDi'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(45,9): error TS2300: Duplicate identifier 'debugInfoEnabled'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(85,9): error TS2300: Duplicate identifier 'element'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(162,9): error TS2300: Duplicate identifier 'version'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(300,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(301,9): error TS2300: Duplicate identifier 'requires'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(356,9): error TS2300: Duplicate identifier '$attr'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(370,9): error TS2300: Duplicate identifier '$pristine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(371,9): error TS2300: Duplicate identifier '$dirty'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(372,9): error TS2300: Duplicate identifier '$valid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(373,9): error TS2300: Duplicate identifier '$invalid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(374,9): error TS2300: Duplicate identifier '$submitted'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(375,9): error TS2300: Duplicate identifier '$error'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(406,9): error TS2300: Duplicate identifier '$viewValue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(408,9): error TS2300: Duplicate identifier '$modelValue'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(410,9): error TS2300: Duplicate identifier '$parsers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(411,9): error TS2300: Duplicate identifier '$formatters'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(412,9): error TS2300: Duplicate identifier '$viewChangeListeners'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(413,9): error TS2300: Duplicate identifier '$error'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(414,9): error TS2300: Duplicate identifier '$name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(416,9): error TS2300: Duplicate identifier '$touched'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(417,9): error TS2300: Duplicate identifier '$untouched'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(419,9): error TS2300: Duplicate identifier '$validators'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(420,9): error TS2300: Duplicate identifier '$asyncValidators'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(422,9): error TS2300: Duplicate identifier '$pending'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(423,9): error TS2300: Duplicate identifier '$pristine'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(424,9): error TS2300: Duplicate identifier '$dirty'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(425,9): error TS2300: Duplicate identifier '$valid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(426,9): error TS2300: Duplicate identifier '$invalid'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(524,9): error TS2300: Duplicate identifier '$parent'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(525,9): error TS2300: Duplicate identifier '$root'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(526,9): error TS2300: Duplicate identifier '$id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(529,9): error TS2300: Duplicate identifier '$$isolateBindings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(530,9): error TS2300: Duplicate identifier '$$phase'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(544,9): error TS2300: Duplicate identifier '$index'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(549,9): error TS2300: Duplicate identifier '$first'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(554,9): error TS2300: Duplicate identifier '$middle'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(559,9): error TS2300: Duplicate identifier '$last'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(564,9): error TS2300: Duplicate identifier '$even'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(569,9): error TS2300: Duplicate identifier '$odd'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(577,9): error TS2300: Duplicate identifier 'targetScope'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(581,9): error TS2300: Duplicate identifier 'currentScope'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(585,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(589,9): error TS2300: Duplicate identifier 'stopPropagation'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(593,9): error TS2300: Duplicate identifier 'preventDefault'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(597,9): error TS2300: Duplicate identifier 'defaultPrevented'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(613,9): error TS2300: Duplicate identifier 'defer'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(815,9): error TS2300: Duplicate identifier 'id'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(819,9): error TS2300: Duplicate identifier 'NUMBER_FORMATS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(820,9): error TS2300: Duplicate identifier 'DATETIME_FORMATS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(821,9): error TS2300: Duplicate identifier 'pluralCat'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(825,9): error TS2300: Duplicate identifier 'DECIMAL_SEP'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(826,9): error TS2300: Duplicate identifier 'GROUP_SEP'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(827,9): error TS2300: Duplicate identifier 'PATTERNS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(828,9): error TS2300: Duplicate identifier 'CURRENCY_SYM'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(832,9): error TS2300: Duplicate identifier 'minInt'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(833,9): error TS2300: Duplicate identifier 'minFrac'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(834,9): error TS2300: Duplicate identifier 'maxFrac'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(835,9): error TS2300: Duplicate identifier 'posPre'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(836,9): error TS2300: Duplicate identifier 'posSuf'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(837,9): error TS2300: Duplicate identifier 'negPre'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(838,9): error TS2300: Duplicate identifier 'negSuf'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(839,9): error TS2300: Duplicate identifier 'gSize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(840,9): error TS2300: Duplicate identifier 'lgSize'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(844,9): error TS2300: Duplicate identifier 'MONTH'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(845,9): error TS2300: Duplicate identifier 'SHORTMONTH'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(846,9): error TS2300: Duplicate identifier 'DAY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(847,9): error TS2300: Duplicate identifier 'SHORTDAY'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(848,9): error TS2300: Duplicate identifier 'AMPMS'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(849,9): error TS2300: Duplicate identifier 'medium'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(850,9): error TS2300: Duplicate identifier 'short'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(851,9): error TS2300: Duplicate identifier 'fullDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(852,9): error TS2300: Duplicate identifier 'longDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(853,9): error TS2300: Duplicate identifier 'mediumDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(854,9): error TS2300: Duplicate identifier 'shortDate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(855,9): error TS2300: Duplicate identifier 'mediumTime'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(856,9): error TS2300: Duplicate identifier 'shortTime'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(865,9): error TS2300: Duplicate identifier 'debug'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(866,9): error TS2300: Duplicate identifier 'error'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(867,9): error TS2300: Duplicate identifier 'info'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(868,9): error TS2300: Duplicate identifier 'log'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(869,9): error TS2300: Duplicate identifier 'warn'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(903,9): error TS2300: Duplicate identifier 'literal'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(904,9): error TS2300: Duplicate identifier 'constant'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1090,9): error TS2300: Duplicate identifier 'promise'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1100,9): error TS2300: Duplicate identifier 'yOffset'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1333,9): error TS2300: Duplicate identifier 'defaults'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1338,9): error TS2300: Duplicate identifier 'pendingRequests'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1350,9): error TS2300: Duplicate identifier 'params'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1356,9): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1361,9): error TS2300: Duplicate identifier 'timeout'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1366,9): error TS2300: Duplicate identifier 'responseType'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1377,9): error TS2300: Duplicate identifier 'method'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1381,9): error TS2300: Duplicate identifier 'url'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1394,9): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1395,9): error TS2300: Duplicate identifier 'status'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1396,9): error TS2300: Duplicate identifier 'headers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1397,9): error TS2300: Duplicate identifier 'config'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1398,9): error TS2300: Duplicate identifier 'statusText'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1418,9): error TS2300: Duplicate identifier 'common'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1419,9): error TS2300: Duplicate identifier 'get'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1420,9): error TS2300: Duplicate identifier 'post'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1421,9): error TS2300: Duplicate identifier 'put'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1422,9): error TS2300: Duplicate identifier 'patch'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1437,9): error TS2300: Duplicate identifier 'cache'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1444,9): error TS2300: Duplicate identifier 'transformRequest'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1450,9): error TS2300: Duplicate identifier 'transformResponse'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1458,9): error TS2300: Duplicate identifier 'headers'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1461,9): error TS2300: Duplicate identifier 'xsrfHeaderName'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1464,9): error TS2300: Duplicate identifier 'xsrfCookieName'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1469,9): error TS2300: Duplicate identifier 'withCredentials'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1476,9): error TS2300: Duplicate identifier 'paramSerializer'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1480,9): error TS2300: Duplicate identifier 'request'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1481,9): error TS2300: Duplicate identifier 'requestError'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1482,9): error TS2300: Duplicate identifier 'response'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1483,9): error TS2300: Duplicate identifier 'responseError'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1491,9): error TS2300: Duplicate identifier 'defaults'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1497,9): error TS2300: Duplicate identifier 'interceptors'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1628,9): error TS2300: Duplicate identifier 'totalPendingRequests'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1657,9): error TS2300: Duplicate identifier 'path'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1658,9): error TS2300: Duplicate identifier 'aux'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1659,9): error TS2300: Duplicate identifier 'component'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1660,9): error TS2300: Duplicate identifier 'loader'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1661,9): error TS2300: Duplicate identifier 'redirectTo'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1662,9): error TS2300: Duplicate identifier 'as'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1663,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1664,9): error TS2300: Duplicate identifier 'data'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1665,9): error TS2300: Duplicate identifier 'useAsDefault'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1675,9): error TS2300: Duplicate identifier 'type'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1676,9): error TS2300: Duplicate identifier 'loader'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1677,9): error TS2300: Duplicate identifier 'component'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1688,9): error TS2300: Duplicate identifier 'controller'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1693,9): error TS2300: Duplicate identifier 'controllerAs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1701,9): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1708,9): error TS2300: Duplicate identifier 'templateUrl'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1713,9): error TS2300: Duplicate identifier 'bindings'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1717,9): error TS2300: Duplicate identifier 'transclude'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1721,9): error TS2300: Duplicate identifier 'isolate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1726,9): error TS2300: Duplicate identifier 'restrict'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1727,9): error TS2300: Duplicate identifier '$canActivate'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1728,9): error TS2300: Duplicate identifier '$routeConfig'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1756,9): error TS2300: Duplicate identifier 'pre'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1757,9): error TS2300: Duplicate identifier 'post'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1769,9): error TS2300: Duplicate identifier 'compile'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1770,9): error TS2300: Duplicate identifier 'controller'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1771,9): error TS2300: Duplicate identifier 'controllerAs'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1772,9): error TS2300: Duplicate identifier 'bindToController'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1773,9): error TS2300: Duplicate identifier 'link'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1774,9): error TS2300: Duplicate identifier 'name'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1775,9): error TS2300: Duplicate identifier 'priority'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1776,9): error TS2300: Duplicate identifier 'replace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1777,9): error TS2300: Duplicate identifier 'require'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1778,9): error TS2300: Duplicate identifier 'restrict'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1779,9): error TS2300: Duplicate identifier 'scope'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1780,9): error TS2300: Duplicate identifier 'template'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1781,9): error TS2300: Duplicate identifier 'templateNamespace'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1782,9): error TS2300: Duplicate identifier 'templateUrl'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1783,9): error TS2300: Duplicate identifier 'terminal'.

ERROR in D:\Github\angular-typescript-webpack\typings\browser\ambient\angular\angular.d.ts
(1784,9): error TS2300: Duplicate identifier 'transclude'.
Child html-webpack-plugin for "index.html":
        + 1 hidden modules
[BS] Access URLs:
 ----------------------------
 Local: http://localhost:8080
 ----------------------------
[BS] Serving files from: dist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.