mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 03:01:09 +08:00
Some cleanup
This commit is contained in:
parent
e483723de5
commit
8b5a41b684
@ -138,11 +138,6 @@ export class PropertyExtractor implements NgModuleMetadata {
|
||||
return { isDeclarable };
|
||||
};
|
||||
|
||||
static getDecoratorByType = (component: any, type: string) => {
|
||||
const decorators = reflectionCapabilities.annotations(component);
|
||||
return decorators.find((d) => this.isDecoratorInstanceOf(d, type));
|
||||
};
|
||||
|
||||
static isDecoratorInstanceOf = (decorator: any, name: string) => {
|
||||
let factory;
|
||||
switch (name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user