Skip to content

Commit 6eef392

Browse files
authored
Changing components with wrappers
1 parent 0372e7e commit 6eef392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ignite UI components for Angular
1+
# Ignite UI wrappers for Angular
22

33
[![Build Status](https://travis-ci.org/IgniteUI/igniteui-angular-wrappers.svg?branch=master)](https://travis-ci.org/IgniteUI/igniteui-angular-wrappers)
44
[![Coverage Status](https://coveralls.io/repos/github/IgniteUI/igniteui-angular-wrappers/badge.svg?branch=master)](https://coveralls.io/github/IgniteUI/igniteui-angular-wrappers?branch=master)
@@ -337,7 +337,7 @@ Component methods can be called by accessing the component from the view. For ex
337337
}
338338
}
339339

340-
## Using Ignite UI Angular Components inside AOT app
340+
## Using Ignite UI Wrappers for Angular inside AOT app
341341
As a starting point, you can review the [Angular documentation on the subject](https://angular.io/docs/ts/latest/cookbook/aot-compiler.html), which provides a guide how to compile an app with AOT. Follow their instructions to AOT compile the quickstart app.
342342

343343
Once you have a running application compiled with AOT, the next step is to add the Ignite UI Components into this app. In this demo IgComboComponent is being added to the app, igCombo is an OSS widget and it is part of the ignite-ui npm package.

0 commit comments

Comments
 (0)