Skip to content

Commit a51a066

Browse files
authored
Updated read me file
1 parent 6b969de commit a51a066

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# getting-started-with-the-angular-tabs-component
1+
# Getting Started with the Angular Tabs Component
2+
23
A quick start Angular project that shows how to create and configure the Syncfusion Angular Tabs component in an Angular project. This project also includes a code snippet to change the tab header position and set styles to the active tab header, initialize the tab component using a template and HTML elements.
4+
5+
Examples: https://ej2.syncfusion.com/angular/demos/#/material/tab/default
6+
7+
Documentation: https://ej2.syncfusion.com/angular/documentation/tab/getting-started/
8+
9+
# Project pre-requisites
10+
11+
Make sure that you have the compatible versions of TypeScript and Angular in your machine before starting to work on this project.
12+
13+
Angular 4+
14+
15+
TypeScript 2.6+
16+
17+
# How to run this application?
18+
19+
To run this application, you need to first clone the getting-started-with-the-angular-tabs-component repository and then navigate to its appropriate path where it has been in your system.
20+
21+
To do so, open the command prompt and run the below commands one after the other.
22+
23+
git clone dialog-example
24+
25+
cd dialog-example
26+
27+
# Installing
28+
29+
Once done with downloading, next you need to install the necessary packages required to run this application locally. The npm install command will install all the needed angular packages into your current project and to do so, run the below command.
30+
31+
npm install
32+
33+
# Running on development server
34+
35+
Run ng serve command for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
36+
37+

0 commit comments

Comments
 (0)