Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54c798 commit 4c54856Copy full SHA for 4c54856
libs/core-new/src/lib/renderer/constants.ts
@@ -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
10
11
+export const EVENTS = {
12
+ attached: 'attached',
13
+ updated: 'updated',
14
15
16
+export const ELEMENTS = {
17
+ primitive: 'ngt-primitive',
18
+ value: 'ngt-value',
19
+ portal: 'ngt-portal',
20
21
22
+export const NGT_RENDERER_TRACKING_COMMENT = '__ngt_renderer_tracking_comment__';
0 commit comments