codelab icon indicating copy to clipboard operation
codelab copied to clipboard

Interactive Angular Codelab 🦋 Learn Angular basics online without setup

Results 79 codelab issues
Sort by recently updated
recently updated
newest added

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.0.4 to 11.0.5. Changelog Sourced from @​angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...

dependencies

Replace the default name from master to main to be more inclusive.

Bumps [karma](https://github.com/karma-runner/karma) from 4.4.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 3.1.1. Release notes Sourced from node-fetch's releases. v3.1.1 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [immer](https://github.com/immerjs/immer) from 5.3.6 to 9.0.6. Release notes Sourced from immer's releases. v9.0.6 9.0.6 (2021-08-31) Bug Fixes security: Follow up on CVE-2020-28477 where path: [["__proto__"], "x"] could still pollute the...

dependencies

Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 9.0.2 to 10.1.1. Release notes Sourced from ng-packagr's releases. v10.0.0-rc.2 Bug Fixes issues with emitting declarationMap (38ad52b), closes #1464 10.0.0-rc.1 (2020-06-10) v10.0.0-rc.1 Bug Fixes disable CSS calc...

dependencies

Hi Kirill, I've added a quiz branch (https://github.com/marvinrusinek/codelab/tree/quiz). Please can you take a look at it and let me know if anything needs to be changed. Marvin

This PR add seperated multiselect module and uses it to select slides in admin side panel. Also provides the ability to reorder and delete slides.

Create a component that would quiz the user, giving: * a question (which can be HTML - use ng-content) * A list of answers, one of which is correct ![image](https://user-images.githubusercontent.com/2545357/64391695-c20d7d80-d017-11e9-8d11-ad0dfebb3d7a.png)...

help wanted
good-first-issue