Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c54856

Browse files
ctranctran
ctran
authored and
ctran
committed
wip
1 parent b54c798 commit 4c54856

File tree

3 files changed

+1082
-709
lines changed

3 files changed

+1082
-709
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export const ATTRIBUTES = {
2+
attach: 'attach',
3+
priority: 'priority',
4+
} as const;
5+
6+
export const PROPERTIES = {
7+
parameters: 'parameters',
8+
rawValue: 'rawValue',
9+
} as const;
10+
11+
export const EVENTS = {
12+
attached: 'attached',
13+
updated: 'updated',
14+
} as const;
15+
16+
export const ELEMENTS = {
17+
primitive: 'ngt-primitive',
18+
value: 'ngt-value',
19+
portal: 'ngt-portal',
20+
} as const;
21+
22+
export const NGT_RENDERER_TRACKING_COMMENT = '__ngt_renderer_tracking_comment__';

0 commit comments

Comments
 (0)