Skip to content

Commit

Permalink
fix(angular): fix actions argType auto generation
Browse files Browse the repository at this point in the history
- The order in the sections matters because properties are overriden
  • Loading branch information
yannbf committed Jul 13, 2021
1 parent 085e86c commit ced6aba
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 ced6aba

Please sign in to comment.