Angular 2 support
See original GitHub issueAngular 2 adds some new warts to its pseudo-HTML
<div [ng-repeat|todo]="todosOf('good')"></div>
<button (click)="deleteTodo(todo)">X</button>
Issue Analytics
- State:
- Created 9 years ago
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported versions, but we do not require projects to update these dependencies. Patch...
Read more >Angular - endoflife.date
Release Released Active Support
15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 2 weeks. (18 May...
14 (...
Read more >Angular (web framework) - Wikipedia
Angular (also referred to as "Angular 2+") is a TypeScript-based, free and open-source web application framework led by the Angular Team at Google...
Read more >Angular Version List & History – Angular 2,4,5,6,7,8 - Guru99
Angular 2 is a fully built and completed rework version from Angular 1. ... Angular Material Starter Components, Library support, and Tree ...
Read more >Releases · angular/angular - GitHub
Contribute to angular/angular development by creating an account on ... 2 weeks ago ... Update Location to support base href containing origin (#48327) ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Damn… what does this do, out of curiosity?
So AFAIK, after this patch, the current requirement for Angular 2 is:
removeAttributeQuotes: false, caseSensitive: true
This test probably then needs to be corrected? As it doesn’t look like Angular supports
removeAttributeQuotes: true
.