File

libs/nx/src/executors/introspection/compat/__test/example-library/src/other/exclusions.ts

Index

Properties

Properties

dateFromStandardLib
Type Date
typeFromExternalLib
Type Component
import { AbstractBuildingBlock } from '@allianz/taly-core';
import { Component } from '@angular/core';

interface MyState {
  dateFromStandardLib: Date;
  typeFromExternalLib: Component;
}
export class MyComponent extends AbstractBuildingBlock<MyState> {}

results matching ""

    No results matching ""