The stackblitz examples should work.


--
--
--
Can reproduce it by clicking any stackblitz buttons in the examples of "https://material.angular.io/components/form-field/overview".
This issue seems related to the stackblitz button, since a direct link to a stackblitz demo (e.g. https://stackblitz.com/edit/example-angular-material-reactive-form ) seems to work
Possibly related to https://github.com/stackblitz/core/issues/624. I don't seem to be able to install @angular/[email protected] on a plain stackblitz project.
Confirmed locally that NPM/Yarn install the correct version of Angular Material, so I'm fairly sure that this is related to the issue I just linked above.
I'm wondering if there is anything we could do about this.. because I suspect we'll experience similar issues when publishing new versions.
Follup: the last version of angular in npm is 7.2.2. So it is correct that stackblitz fails, when it tries to reference version 7.3.0 in my opinion
(https://www.npmjs.com/package/@angular/animations )
@SargoDarya, the correct link on NPM is https://www.npmjs.com/package/@angular/material. It's already the version 7.3.0 (despite the fact stackblitz cannot install it). One funny thing is that stackblitz successfully installs @angular/cdk 7.3.0 from NPM.
Hey all- it looks like npm's registry was throttling traffic, seems to be fixed now!
Closing this as it seems to be fixed as pointed out by @EricSimons
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._
Most helpful comment
Hey all- it looks like npm's registry was throttling traffic, seems to be fixed now!