Skip to content

Commit

Permalink
Merge pull request storybookjs#15563 from storybookjs/fix/angular-act…
Browse files Browse the repository at this point in the history
…ions-argtype

Angular: Fix actions argType auto generation
  • Loading branch information
shilman authored Jul 13, 2021
2 parents c399d5e + ced6aba commit 8f57aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/angular/compodoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ export const extractArgTypesFromData = (componentData: Class | Directive | Injec
});

const SECTIONS = [
'properties',
'inputs',
'outputs',
'properties',
'methods',
'view child',
'view children',
Expand Down

0 comments on commit 8f57aa8

Please sign in to comment.