/loading_content

[Ionic2] Custom component inside loading overlay content?

Primary LanguageJavaScript

[Ionic2] Custom component inside loading overlay content?

https://forum.ionicframework.com/t/custom-component-inside-loading-overlay-content/51779

  1. Install the the latest beta version of the Ionic CLI:

    npm install -g ionic@beta
    
  2. Clone this repository

    git clone https://github.com/ramoncarreras/loading_content
    
  3. Navigate to the loading_content directory:

    cd loading_content
    
  4. Install the dependencies

    npm install
    
  5. Start the app in the browser

    ionic serve