Components: sidenav doesn't work, 'open' method bug

Created on 3 Jun 2017  路  7Comments  路  Source: angular/components

Bug, feature request, or proposal:

Bug is heppening when I try to call 'open' function of the sidenav

What is the expected behavior?

Sidenav content is shown on page

What is the current behavior?

Script error, sidenav content isn't shown on page

What are the steps to reproduce?

You can reproduce similar bug at https://material.angular.io/components/component/sidenav

http://prntscr.com/ffd33a

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

"dependencies": {
"@angular/animations": "^4.1.3",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/material": "2.0.0-beta.5",
"@angular/flex-layout": "2.0.0-beta.8",
"@covalent/core": "1.0.0-beta.4",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/router": "^4.1.3",
"@ngui/auto-complete": "^0.13.2",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"ng2-truncate": "^1.3.7",
"rxjs": "^5.4.0",
"zone.js": "^0.8.11",
"node-sass": "^4.5.3"
},
"devDependencies": {
"@angular/cli": "^1.0.5",
"@angular/compiler-cli": "^4.1.3",
"@types/jasmine": "2.5.45",
"@types/node": "~7.0.22",
"codelyzer": "~3.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-coverage-istanbul-reporter": "^0.2.0",
"protractor": "~5.1.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.2.0"
}

P3 docs

Most helpful comment

doc is not fixed so this issue should stay opened

All 7 comments

I couldn't reproduce it in master. You can try out the latest build to see if it helps:

npm install https://github.com/angular/material2-builds.git

Then it should be fixed in the docs site here https://github.com/angular/material.angular.io .

The examples from the docs are hosted in this repo and they seem to work against master.

Note that the plunker example works fine. https://plnkr.co/edit/XClj0iC8G9JDZTU7gkCf?p=preview

Looks to be an issue with the docs site or the particular build of material it is using

doc is not fixed so this issue should stay opened

Not seeing this issue one the docs site anymore, so closing

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings