question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Angular 2 support

See original GitHub issue

Angular 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:closed
  • Created 9 years ago
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kangaxcommented, Oct 29, 2014

Damn… what does this do, out of curiosity?

0reactions
code-treecommented, Oct 19, 2016

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found