Skip to content

Commit

Permalink
Merge pull request #15563 from storybookjs/fix/angular-actions-argtype
Browse files Browse the repository at this point in the history
Angular: Fix actions argType auto generation
  • Loading branch information
shilman committed 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.