fix(metadata): update package metadata and align company schema integration with latest tsclass types
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import * as plugins from './websetup.plugins.js';
|
||||
|
||||
export class Tag {
|
||||
public elementRef: Element;
|
||||
public elementRef!: Element;
|
||||
|
||||
public tagLevel: 'global' | 'levelbound';
|
||||
public tagLevel: 'global' | 'levelbound' = 'levelbound';
|
||||
|
||||
public appendToDom() {
|
||||
if (!this.elementRef.parentElement && !this.elementRef.parentNode) {
|
||||
|
||||
Reference in New Issue
Block a user