angular sanitization text code example
Example 1: text align-center js
objetJavasript.style.textAlign = "center";
objetJavasript.style.textAlign = "right;
objetJavasript.style.textAlign = "justify;
alert(objetJavasript.style.textAlign);
Example 2: how to refrence image in dart angular
@Component(
selector: 'my-app',
template: '<img src="packages/angular_app/logo.svg">')
class AppComponent {}