Skip to content

Commit 6e5d4ed

Browse files
author
kdinev
committed
Merge branch 'repo-cleanup' of https://github.com/IgniteUI/igniteui-angular-samples into repo-cleanup
2 parents c0124ed + 839f904 commit 6e5d4ed

15 files changed

Lines changed: 34 additions & 34 deletions

File tree

README.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<article>
1414
<h1>Thank you for downloading
1515
<br>Ignite UI for Angular</h1>
16-
<p>In the package you just downloaded, you get a complete set of samples, including source code for each of them. Youll
16+
<p>In the package you just downloaded, you get a complete set of samples, including source code for each of them. You'll
1717
see the full array of capabilities in Ignite UI for Angular, all the different features for the controls, how they
1818
are implemented.
1919
</p>
@@ -43,7 +43,7 @@ <h2>Prerequisites to using Ignite UI for Angular</h2>
4343
app, including Ignite UI for Angular, and to build Ignite UI for Angular apps.
4444
<br>
4545
<br>To get started, you must install both NodeJS and Visual Studio Code on your machine. Modern web development with
46-
Angular requires NodeJS, its sort of like an ASP.NET app running in the browser requires ASP.NET runtime deployed
46+
Angular requires NodeJS, it's sort of like an ASP.NET app running in the browser requires ASP.NET runtime deployed
4747
on the server. For development, there is nothing better than Visual Studio Code to build Angular apps. Getting started
4848
is easy, just download and install both Node.js and Visual Studio Code.</p>
4949
<div class="callouts">
@@ -69,7 +69,7 @@ <h2>Running the Ignite UI for Angular Samples</h2>
6969
<h3>Step-by-Step</h3>
7070
<ol>
7171
<li>Unzip the package to your hard drive. </li>
72-
<li>Open the project by right-clicking anywhere in the folder that youve just unzipped and selecting “Open with Code”
72+
<li>Open the project by right-clicking anywhere in the folder that you've just unzipped and selecting “Open with Code”
7373
from the context menu. If you do not have a right-click option to Open in Code, or you are running a Mac, simply
7474
open Visual Studio Code and from the File menu select Open Folder and select the folder you just unzipped. </li>
7575
<li>Once Visual Studio Code is open, you should see the samples folders in the Explorer pane. </li>
@@ -85,13 +85,13 @@ <h3>Step-by-Step</h3>
8585
<section class="cli">
8686
<article>
8787
<h2>Building your first Ignite UI for Angular app</h2>
88-
<p>After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
89-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
88+
<p>After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
89+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
9090
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
9191
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control and
9292
full screen views that can help you kick off any type of Angular app development.
9393
<br>
94-
<br>Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for
94+
<br>We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for
9595
Angular CLI to build your first Ignite UI for Angular app.</p>
9696
<div class="callouts">
9797
<div class="callout">
@@ -137,4 +137,4 @@ <h2>Building your first Ignite UI for Angular app</h2>
137137
</footer>
138138
</body>
139139

140-
</html>
140+
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable max-len */
22

33
export const gridDynamicChartRoutesData = {
4-
'data-analysis': { displayName: 'Grid Dynamic Chart Data', parentName: 'Grid', title: 'Angular grid for data virtualization and performance', description: 'Seamlessly scroll through unlimited rows and columns in your Angular grid, with the data grids column and row level virtualization.' },
4+
'data-analysis': { displayName: 'Grid Dynamic Chart Data', parentName: 'Grid', title: 'Angular grid for data virtualization and performance', description: 'Seamlessly scroll through unlimited rows and columns in your Angular grid, with the data grid\'s column and row level virtualization.' },
55
'data-analysis-dock-manager': { displayName: 'Data Analysis with Dock Manager', parentName: 'Grid', title: 'Angular grid with Real-Time Data Analysis and Dashboards', description: 'Data Analysis with dock manager - provide a complete windowing experience, splitting complex layouts into smaller, easier-to-manage panes.' }
66

77
};

projects/app-lob/src/app/grid-finjs-dock-manager/grid-finjs-dock-manager.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<igc-dockmanager #dock class="dock-m-position igx-scrollbar" [layout]="docLayout">
1+
<igc-dockmanager #dock class="dock-m-position ig-scrollbar" [layout]="docLayout">
22
<div class="actionPane" slot="actionPane" style="height: 100%; padding: 20px;">
33
<div class="actionItem">
44
Change theme: <br/> <igx-switch [(ngModel)]="isDarkTheme">Dark Mode</igx-switch>

projects/app-lob/src/app/grid-finjs/main.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="main__wrapper igx-scrollbar" [class.fin-dark-theme]="darkTheme">
1+
<div class="main__wrapper ig-scrollbar" [class.fin-dark-theme]="darkTheme">
22
<app-finjs-controllers #controllers
33
(switchChanged)="onSwitchChanged($event)"
44
(volumeChanged)="onVolumeChanged($event)"

projects/app-lob/src/app/home/home.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2 class="title">
44
Samples with Charts!
55
</h2>
66
<p class="description">
7-
Browse the left menu to see the complete set of samples for each control. Youll see the full array of capabilities in Ignite
7+
Browse the left menu to see the complete set of samples for each control. You'll see the full array of capabilities in Ignite
88
UI for Angular, all the different features for the controls and how they are implemented.
99
</p>
1010
</section>
@@ -13,14 +13,14 @@ <h3 class="contentTitle">
1313
Building your first Ignite UI for Angular app
1414
</h3>
1515
<p class="contentText">
16-
After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
17-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
16+
After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
17+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
1818
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
1919
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control
2020
and full screen views that can help you kick off any type of Angular app development.
2121
</p>
2222
<p class="contentText">
23-
Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
23+
We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
2424
CLI to build your first Ignite UI for Angular app.
2525
</p>
2626
<div class="videos">
@@ -42,7 +42,7 @@ <h3 class="contentTitle">
4242
If you are already familiar with node.js and using a CLI, you can skip the videos and type:
4343
</p>
4444
<span class="code-snippet">
45-
npm install igniteui-cli g
45+
npm install igniteui-cli -g
4646
</span>
4747
<p>
4848
in Terminal, PowerShell or Bash to install our CLI. We include an alias, so just type:

projects/app-lob/src/app/treegrid-finjs/tree-grid-finjs-sample.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="grid__wrapper igx-scrollbar">
1+
<div class="grid__wrapper ig-scrollbar">
22
<div class="controls-wrapper">
33
</div>
44
<div class="controls-holder">
@@ -31,8 +31,8 @@
3131
[height]="'calc(100% - 76px)'"
3232
width="100%"
3333
[moving]="true"
34-
[autoGenerate]='false'
35-
displayDensity='compact'
34+
[autoGenerate]="false"
35+
displayDensity="compact"
3636
hiddenColumnsText="Hidden"
3737
[isLoading]="isLoading"
3838
[allowFiltering]="true"

readmeStyle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h3 {
2626
}
2727

2828
.code-snippet {
29-
font-family: Courier New, monospace;
29+
font-family: 'Courier New', monospace;
3030
background: rgba(94, 110, 122, 0.12);
3131
padding: 4px;
3232
}

src/app/data-entries/radio/radio-sample-2/radio-sample-2.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div>
77
<h5>New York City</h5>
88
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean. At its core is
9-
Manhattan, a densely populated borough thats among the worlds major commercial, financial and cultural
9+
Manhattan, a densely populated borough that's among the world's major commercial, financial and cultural
1010
centers.
1111
</div>
1212
</div>

src/app/home/home.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2 class="title">
44
Welcome to Ignite UI for Angular!
55
</h2>
66
<p class="description">
7-
Browse the left menu to see the complete set of samples for each control. Youll see the full array of capabilities in Ignite
7+
Browse the left menu to see the complete set of samples for each control. You'll see the full array of capabilities in Ignite
88
UI for Angular, all the different features for the controls and how they are implemented.
99
</p>
1010
</section>
@@ -13,14 +13,14 @@ <h3 class="contentTitle">
1313
Building your first Ignite UI for Angular app
1414
</h3>
1515
<p class="contentText">
16-
After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
17-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
16+
After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
17+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
1818
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
1919
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control
2020
and full screen views that can help you kick off any type of Angular app development.
2121
</p>
2222
<p class="contentText">
23-
Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
23+
We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
2424
CLI to build your first Ignite UI for Angular app.
2525
</p>
2626
<div class="videos">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="parent" igxRipple="white" igxRippleTarget=".child" [igxRippleCentered]="true">
22
<div>
33
<h5>New York City</h5>
4-
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean. At its core is Manhattan, a densely populated borough thats among the worlds major commercial, financial and cultural centers.
4+
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean. At its core is Manhattan, a densely populated borough that's among the world's major commercial, financial and cultural centers.
55
<button class="sample-button child" igxButton="raised">Read More</button>
66
</div>
77
</div>

0 commit comments

Comments
 (0)