You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
With the fix the bottom sheet is before sidenav and this is correct, but the grey mask is back sidenav.
I think this grey mask must block all de componentes excepts the bottom sheet.
…#645)
* fix(stack-blitz): add more configuration files to the template
allow the exported/downloaded project from StackBlitz to be functional
- move files into /src and /src/app to match a normal configuration
rename Stackblitz to StackBlitz
use StackBlitz logo to launch examples
use a relative URL for downloading `versions.json`
update Ivy fix for VersionPicker
log errors during app bootstrap in StackBlitz
switch StackBlitz examples to SCSS
fix lint warnings in deploy script
add ignores for Firebase
Fixesangular#623. Fixesangular#629. Relates to angular#642.
* migrate workspace for @angular/[email protected]
Decorates all declared undecorated provider classes with @Injectable
* feat: update to 9.0.0-next.x and enable Ivy rendering engine
add 9.0.0-next.0 to versions list
- point it to material2-docs-dev for now
* fix(ci): update docker image to latest CircleCI NodeJS LTS
the prior version used `[email protected]`
- @angular-devkit/[email protected] throws an error
- Expected version ">= 1.13.0". Got "1.10.1"
* refactor(tools): convert deploy script from npm to yarn
re-enable Angular CLI's build-optimizer
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the fix the bottom sheet is before sidenav and this is correct, but the grey mask is back sidenav.
I think this grey mask must block all de componentes excepts the bottom sheet.
Here an updated example: http://plnkr.co/edit/tpP4FX
The snapshot below shows that the button B1 is accessible!!
The text was updated successfully, but these errors were encountered: