douglasduteil/ng2in1

View on GitHub
src/annotationTypes.js

Summary

Maintainability
A
0 mins
Test Coverage
//

export class AnnotationType {
  constructor(...args) { Object.assign(this, ...args); }
}

export class Component extends AnnotationType {}
export class Template extends AnnotationType {}