Initial import of Angular5 components services and modules

Change-Id: I3953f1fbf7d5697a1c6d432808dd17d816ec285a
diff --git a/features/BUCK b/features/BUCK
index cd9eeda..2dd925c 100644
--- a/features/BUCK
+++ b/features/BUCK
@@ -129,6 +129,17 @@
 )
 
 osgi_feature (
+  name = 'onos-gui2',
+  title = 'ONOS GUI2 console components',
+  required_features = ['onos-api', 'onos-thirdparty-web'],
+  included_bundles = [
+    '//lib:jetty-websocket',
+    '//utils/rest:onlab-rest',
+    '//web/gui2:onos-gui2',
+  ]
+)
+
+osgi_feature (
   name = 'onos-cli',
   title="ONOS admin command console components",
   required_features = ['onos-api'],