MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / componentWillLoad

Method componentWillLoad

core/src/components/img/img.tsx:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 @Event() ionError!: EventEmitter<void>;
51
52 componentWillLoad() {
53 this.inheritedAttributes = inheritAttributes(this.el, ['draggable']);
54 }
55
56 componentDidLoad() {
57 this.addIO();

Callers

nothing calls this directly

Calls 1

inheritAttributesFunction · 0.90

Tested by

no test coverage detected