Pato
Pato
``` enroll(classId): Observable { if (!this.currentUser) return Observable.throw('User not signed in'); if (this.currentUser.classes.includes[classId]) return Observable.throw('Already enrolled'); this.currentUser.classes.push(classId); return Observable.empty().delay(1000); } ``` I noticed in several parts of you code you...
I noticed you used **any** as a type all over the project. Is not good practice to use type **any**
I'm doing the zombie github tutorial and I'm on step 25. https://github.com/awslabs/aws-lambda-zombie-workshop. When I login and write a message i click "Enter" my message remains there, and the text field...
Project has great examples for a more advance use of contentful. Updating to the latest version of Angular is recommended.
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...