SimpleHtmlBlockComponent class

Annotations
  • @Component.new(selector: 'simple-html-block', template: '<div></div>', styleUrls: ['simple_html.scss.css'], changeDetection: ChangeDetectionStrategy.onPush)

Constructors

SimpleHtmlBlockComponent(DomService domService, Element _element, @Optional.new() @Inject.new(simpleHtmlUriWhitelist) List<Uri>? domainWhitelist, @Attribute.new('doNotVerifyUrlDestinations') String? externalUrisAllowed)

Properties

contents String
HTML to display in the component.
no getterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetElement Element?
The element into which the sanitized HTML should be injected.
no setter
trigger Stream<UIEvent>
Propagates events from internal anchor elements with the class trigger sending the original angular event.
no setterinherited

Methods

ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited