Skip to content

Commit

Permalink
chore(): bump CLI to 1.0.0 and general dependencies (#431)
Browse files Browse the repository at this point in the history
* fix(): fixed AoT compilation

* chore(): bump to @angular/[email protected]

* chore(): bump @ngx-translate to 6.0.0

* chore(): bump tslint to 4.5.1

* chore(): bump coveralls to 2.12.0

* chore(): bump ngx-charts to 4.3.0

* chore(): bump highlight.js to 9.10.0 and markdown to 1.6.4

* bump(): karma-coverage-istanbul-reporter to 0.3.0

* chore(): upgrade to angular/[email protected]
  • Loading branch information
emoralesb05 authored Mar 25, 2017
1 parent 4bc56de commit 5166ecb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,27 @@
"@angular/platform-browser-dynamic": "^2.4.5",
"@angular/platform-server": "^2.4.5",
"@angular/router": "^3.4.5",
"@swimlane/ngx-charts": "4.1.1",
"@ngx-translate/core": "6.0.0-beta.1",
"@ngx-translate/http-loader": "0.0.2",
"@swimlane/ngx-charts": "4.3.0",
"@ngx-translate/core": "6.0.0",
"@ngx-translate/http-loader": "0.0.3",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"highlight.js": "9.9.0",
"highlight.js": "9.10.0",
"rxjs": "^5.1.0",
"showdown": "1.6.0",
"showdown": "1.6.4",
"zone.js": "^0.7.6",
"d3": "^4.4.0",
"web-animations-js": "2.2.2"
},
"devDependencies": {
"@angular/compiler-cli": "^2.4.5",
"@angular/cli": "1.0.0-rc.0",
"@angular/cli": "1.0.0",
"@types/hammerjs": "^2.0.30",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"@types/selenium-webdriver": "^2.52.0",
"codelyzer": "~2.0.0",
"coveralls": "^2.11.15",
"coveralls": "^2.12.0",
"glob": "^6.0.4",
"gulp": "3.9.1",
"gulp-bump": "2.1.0",
Expand All @@ -99,11 +99,11 @@
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-coverage-istanbul-reporter": "^0.3.0",
"merge2": "1.0.2",
"node-sass": "3.8.0",
"phantomjs-prebuilt": "2.1.7",
Expand All @@ -114,7 +114,7 @@
"rollup-plugin-node-resolve": "2.0.0",
"semver": "5.2.0",
"ts-node": "~2.0.0",
"tslint": "^4.4.2",
"tslint": "^4.5.1",
"typescript": "2.1.5"
}
}
2 changes: 1 addition & 1 deletion src/app/components/components/components.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class ComponentsComponent implements AfterViewInit {

constructor(public media: TdMediaService,
private _renderer: Renderer,
@Inject(DOCUMENT) private _document: HTMLElement) {}
@Inject(DOCUMENT) private _document: any) {}

ngAfterViewInit(): void {
// broadcast to all listener observables when loading the page
Expand Down

0 comments on commit 5166ecb

Please sign in to comment.