We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a8f78 commit 44fdb2bCopy full SHA for 44fdb2b
2 files changed
demo/angular.json
@@ -32,8 +32,8 @@
32
},
33
{
34
"type": "anyComponentStyle",
35
- "maximumWarning": "10kB",
36
- "maximumError": "20kB"
+ "maximumWarning": "20kB",
+ "maximumError": "30kB"
37
}
38
],
39
"outputHashing": "all"
demo/src/app/models/playground.types.ts
@@ -15,7 +15,7 @@ export interface PropDefinition {
15
control: ControlConfig;
16
description: string;
17
defaultValue?: any;
18
- category?: 'basic' | 'advanced' | 'styling' | 'async' | 'behavior' | 'v2-features';
+ category?: 'basic' | 'advanced' | 'styling' | 'async' | 'behavior' | 'v2-features' | 'v2.3-features';
19
20
21
export interface Example {
0 commit comments