mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(module): fix typo (#9369)
This commit is contained in:

committed by
Brandy Carney

parent
7fff49bd4b
commit
36eb834563
@ -65,7 +65,7 @@ export { ViewController } from './navigation/view-controller';
|
|||||||
/**
|
/**
|
||||||
* @name IonicModule
|
* @name IonicModule
|
||||||
* @description
|
* @description
|
||||||
* IonicModule is a NgModule that helps bootstrap a whole Ionic App. By passing a root component, IonicModule will make sure that all the components and directives from the framework are provided. This includes components such as Tabs, Menus, and Slides, as well as classes like AlertController.
|
* IonicModule is an NgModule that helps bootstrap a whole Ionic App. By passing a root component, IonicModule will make sure that all the components and directives from the framework are provided. This includes components such as Tabs, Menus, and Slides, as well as classes like AlertController.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* We're also able to pass any configuration to our app as a second argument for `.forRoot`. This is any valid config property from [the Config Class](/docs/v2/api/config/Config/).
|
* We're also able to pass any configuration to our app as a second argument for `.forRoot`. This is any valid config property from [the Config Class](/docs/v2/api/config/Config/).
|
||||||
|
Reference in New Issue
Block a user