diff --git a/articles/001-getting-started/index.html b/articles/001-getting-started/index.html index 0f2651f0..a343ce07 100644 --- a/articles/001-getting-started/index.html +++ b/articles/001-getting-started/index.html @@ -51,7 +51,7 @@
ng2-admin is a front-end Admin Dashboard template based on Angular 2, Bootstrap 4 and Webpack. That means all the +
ng2-admin is a front-end Admin Dashboard template based on Angular, Bootstrap 4 and Angular CLI. That means all the data you can see on graphs, charts and tables is mocked in Javascript so you can use the backend of your choice with no limitations.
Frameworks like Bootstrap provide a number of components, but usually it’s not enough to build a real-world app. This template comes with lots of popular UI components with a unified color scheme, -plus it is based on a modern Angular 2 framework and has a flexible component based structure.
-You can also use ng2-admin for the purpose of learning Angular 2.
+plus it is based on a modern Angular framework and has a flexible component based structure. +You can also use ng2-admin for the purpose of learning Angular.