Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / tslint.json
index 52e2c1a..30581c6 100644 (file)
@@ -4,13 +4,13 @@
         "directive-selector": [
             true,
             "attribute",
-            "app",
+            "rd",
             "camelCase"
         ],
         "component-selector": [
             true,
             "element",
-            "app",
+            "rd",
             "kebab-case"
         ]
     }