rangle / angular-devtools

Moved to the Angular organization.
https://github.com/angular/angular/tree/master/devtools
256 stars 18 forks source link

Trusted types support #949

Closed mgechev closed 2 years ago

mgechev commented 2 years ago

What feature do you want to see?

Support for trusted types in development mode.

Why is it important to you?

Folks who want to experiment with trusted types and ng serve may want to debug their apps with Angular DevTools. Making sure Angular DevTools supports trusted types is nice to have.

Describe functionality in details. Apply mocks if applicable:

  1. Declare a security policy that's shared between different DevTools unsafe operations (i.e. script injection, overlay, etc.)
  2. Ensure we don't import Angular within the backend so that we don't cause redeclaration of the Angular security policies