Questions tagged [angular10]

Questions about Angular version 10, the web framework from Google. Use this tag for Angular questions which are specific to only version 10. Use tag Angular for any Angular questions which are not specific to an individual version

Breaking Changes:

  • Typescript 3.6, 3.7, and 3.8 are no longer supported. update to Typescript 3.9.
  • Input fields of type number fire the valueChanges event only once per value change (as opposed to twice in some cases). See PR 36087.
  • The minLength and maxLength validators only validate values that have a numeric length property. See PR 36157.
  • Templates with unknown property bindings or unknown element names now log errors instead of warnings. See PR 36399.
  • UrlMatcher can now return null values. See PR 36402.
  • Transplanted views now refresh at insertion point only. See PR 35968.
  • Formatting times with the b or B format codes now supports time periods that cross midnight. See PR 36611.
  • Navigation is canceled for routes with at least one empty resolver. See PR 24621.

See the changelog for latest version information.

Read more at the Angular Website

837 questions
4
votes
2 answers

How to use fully functioning JsonPath in angular 2+?

I followed https://www.npmjs.com/package/jsonpath. Tried a way to include external js file, but no luck.
Veshraj Joshi
  • 3,544
  • 3
  • 27
  • 45
4
votes
0 answers

How to correctly sanitize an iframe url in Angular10?

I ran into the issue of having to sanitize an url for an iframe in Angular, yet the accepted answer provided in How to set