Тёмный

Ionic 3 - Lazy Loading Components 

Paul Halliday
Подписаться 36 тыс.
Просмотров 34 тыс.
50% 1

Ionic 3 - Lazy Loading Components
In this video, we take a look at lazy loading components within Ionic 3 using both a feature/shared module.
Here's some more information about lazy loading:
blog.paulhalliday.io/2017/06/...
My Courses:
Paulhalliday.io:
Learn Ionic 3 From Scratch
paulhalliday.io/p/learn-ionic...
Master Ionic 3 with Ionic Native and Cordova Integrations
www.udemy.com/master-ionic-3-...
Master App Prototyping with Adobe Experience Design (XD) www.udemy.com/master-app-prot...
Support the content with at least $1 for EXCLUSIVE early access to the next video(s), as well as other benefits! / paulhalliday
The extra epic content always comes via email first. Sign up so you're not left behind: eepurl.com/cBCqO9
You can also find me:
/ paulhalliday.io
/ pwhsoftware
/ paulhal

Наука

Опубликовано:

 

19 июн 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@paulhalliday
@paulhalliday 7 лет назад
Here's a discount on my Ionic courses: Learn Ionic 3 From Scratch www.udemy.com/learn-ionic-3-from-scratch/?couponCode=IONIC3MAY Master Ionic 3 with Ionic Native and Cordova Integrations www.udemy.com/master-ionic-3-with-ionic-native-and-cordova-integrations/?couponCode=IONICNATIVE
@kim92se64
@kim92se64 6 лет назад
Sir, your way of teaching is great! English is not my first language but i understand Lazy Loading Components Tutorial just because of your good accent and your good presentation approach. Thanks for educational help!
@tpamarasekera
@tpamarasekera 4 года назад
great tutorial and pikachu terminallll !!!!!! :D
@1premek
@1premek 6 лет назад
Ohhh, you saved me a lot of time. Thanks for super tutorial!
@jhonny95501
@jhonny95501 7 лет назад
Nice job your vídeos are so helpful! Thanks a lot! Greetings from Colombia!
@SebaRealino
@SebaRealino 6 лет назад
Very great explanation! Thanks!
@RaveKev
@RaveKev 6 лет назад
Great Explanation!
@paulhalliday
@paulhalliday 6 лет назад
Thanks Kevin!
@David-ej1ps
@David-ej1ps 7 лет назад
your videos have helped me alot.. keep it up 👏👏👏👏👌
@DenIs-vm3wk
@DenIs-vm3wk 6 лет назад
Just what I need, thx :)
@Sheepish666
@Sheepish666 7 лет назад
Thanks for another helpful tutorial! I'd love to know what VS Code extensions you use and find most helpful
@daniellaerachannel
@daniellaerachannel 7 лет назад
great tutorial
@fernandosalazar866
@fernandosalazar866 6 лет назад
That's why i love you dude
@salazarr_js
@salazarr_js 6 лет назад
eres el mejor, un saludo ❤️
@bjesussalcedo4019
@bjesussalcedo4019 7 лет назад
Genial, saludos desde Venezuela!
@paulhalliday
@paulhalliday 7 лет назад
Greetings Jesús! Thanks a lot.
@tntg5
@tntg5 7 лет назад
Great Tutorial! Thank you Paul! I have one question for you. So say you have AppModule and different Modules for each Page. Now all pages need access to the same service. How would you do? Import the service within every PageModule or is there a clever way to import it only once? (in the AppModule maybe?)
@vishwadeepaksingh4767
@vishwadeepaksingh4767 6 лет назад
I am getting this error: Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function
@andrescuellar9234
@andrescuellar9234 5 лет назад
Excelentes videos....
@bellalmohamed7064
@bellalmohamed7064 6 лет назад
Thanks a lot.
@andrescuellar9234
@andrescuellar9234 5 лет назад
Sorry, I have a question, if I have a static variable, how can I call it using lazy loading? For example in AboutPage: static signal: boolean = false; to call from home no matter ... AboutPage.senal;
@AbeDailyTV
@AbeDailyTV 5 лет назад
hi Paul, i m new here and i really like your explanation :), do you have video about image lazy loading ? because i cannot find it on your ionic 3 playlist.
@bondif
@bondif 6 лет назад
i'm trying to add a component as modal but he say invalid link. this is the code // notes.ts let moduleModal = this.modalCtrl.create('AddNoteComponent', null); moduleModal.present(); the AddNoteComponent is in a shared components module i imported to the notes.module.ts // notes.module.ts @NgModule({ declarations: [ ModulesPage, ], imports: [ IonicPageModule.forChild(ModulesPage), ComponentsModule, ], }) help pllz
@samuelluswata
@samuelluswata 7 лет назад
Thank you
@sck3570
@sck3570 7 лет назад
Tnx
6 лет назад
Hi there, great tutorial but in the version i,m using , i don´t get the menu-list.module.ts in the menu-list when the component is generated usin cli, any coments? thanks.
@tahmina.khatoon
@tahmina.khatoon 6 лет назад
Same for me, but can to find any solution yet.
@manwaicheuk3045
@manwaicheuk3045 5 лет назад
try ComponentsModule
@AnupNair91
@AnupNair91 7 лет назад
Why am I not getting the module file after page generation?I'm using Ionic 3.50
@maronbalinas4774
@maronbalinas4774 6 лет назад
ionic g component --constants
@expertadvisors4109
@expertadvisors4109 6 лет назад
How do I use pipes when lazy loading ?
@whyneil
@whyneil 6 лет назад
Can you make a video with Tabs?
@okpc.
@okpc. 7 лет назад
Hi, Paul! What's that extension that suggests you an import path? First I thought you've just edited import typings out, but then I saw that suggestion box at 5:42
@paulhalliday
@paulhalliday 7 лет назад
It's native within VS code. on a Mac. :)
@okpc.
@okpc. 7 лет назад
Wow, didn't know about that! Thank you so much! P.s. It works on Windows with 'Ctrl + .' combination too
@chethannp5981
@chethannp5981 6 лет назад
Hi Paul Halliday , Thanks for this great video, I am having trouble with a npm package called ngx-uploadcare-widget which I am using it in my application, because of lazyloading I am not able to declare the component on app.module.ts so I have declared it in the individual pages inside X.module.ts and I am receiving the following error. Error: Type UcWidgetComponent is part of the declarations of 2 modules: HomePageModule and CreatepostPageModule! Please consider moving UcWidgetComponent to a higher module that imports HomePageModule and CreatepostPageModule. You can also create a new NgModule that exports and includes UcWidgetComponent then import that NgModule in HomePageModule and CreatepostPageModule. Error: Type UcWidgetComponent is part of the declarations of 2 modules: HomePageModule and CreatepostPageModule! Please consider moving UcWidgetComponent to a higher module that imports HomePageModule and CreatepostPageModule. You can also create a new NgModule that exports and includes UcWidgetComponent then import that NgModule in HomePageModule and CreatepostPageModule. I am new to ionic and angular not sure how to do this :( Requesting you to please help!
@m8_981
@m8_981 6 лет назад
uh what is that fancy looking terminal you are using?
@rockstylex33
@rockstylex33 5 лет назад
This is a great video, but you should start off explaining what lazy loading is, what the advantages/disadvantages are. I was part way through this video still wondering WTF lazy loading was to begin with, then I just googled it and continued.
@saumyarastogi466
@saumyarastogi466 6 лет назад
Nice explanation of lazy-loading, but when I implemented lazy-loading, my ionic events (Event from ionic-angular) stops listening to published events. Can anyone please explain that why my ionic events stopped working as soon as I converted my ionic app into lazy-loading app? I've also reported the issue on ionic's github repo - github.com/ionic-team/ionic/issues/13955
@aboukris
@aboukris 7 лет назад
Please how to fix >
@lorenzozaccagnini1398
@lorenzozaccagnini1398 7 лет назад
Install node 6
@vishwadeepaksingh4767
@vishwadeepaksingh4767 6 лет назад
Hi @Pual Hiliday !! Need some help !!
@pillar6programming687
@pillar6programming687 7 лет назад
hey, are you still adding new lessons to the udemy course?
@paulhalliday
@paulhalliday 7 лет назад
pillar6Programming Certainly am. Adding two more to the Ionic Native course today and most likely more coming on Learn Ionic 3 tomorrow. :)
@pillar6programming687
@pillar6programming687 7 лет назад
Paul Halliday to the learn ionic beginnder from scratch course?
@paulhalliday
@paulhalliday 7 лет назад
pillar6Programming Yup.
@pillar6programming687
@pillar6programming687 7 лет назад
Paul Halliday awesome! i literally just bought the course an hour ago! one thing i havent been able to find in the ionic courses is the ability to change the theme with radio buttons, where there is a default theme and then 2 or 3 more to choose frome. is there anyway you could teach something like that? all the ones out there teach how to switch between a default and a dark theme with a simple 'check which theme and apply the othet' but im having a hard time expanding it to more than 2
@paulhalliday
@paulhalliday 7 лет назад
pillar6Programming Awesome! I've got custom theme selection as one of the things I'm looking to cover in the future, but not sure which course / where it sits yet. :)
@tahmina.khatoon
@tahmina.khatoon 6 лет назад
why am I not getting the module file after component generation? here is my environment info- cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.18.0 ionic (Ionic CLI) : 3.18.0 global packages: cordova (Cordova CLI) : 7.1.0 local packages: @ionic/app-scripts : 3.0.0 Cordova Platforms : android 6.3.0 ios 4.5.3 Ionic Framework : ionic-angular 3.8.0 System: Android SDK Tools : 26.1.1 ios-deploy : 1.9.2 Node : v8.9.0 npm : 5.5.1 OS : macOS High Sierra Xcode : Xcode 9.1 Build version 9B55
@ksaspartacus8285
@ksaspartacus8285 6 лет назад
Thank you for the video , but its outdated .
@BaariSoft
@BaariSoft 6 лет назад
you are going to fast
Далее
Ionic 3 - Firebase Custom User Profiles
11:44
Просмотров 60 тыс.
What Does Lazy Loading Do in Ionic?
9:14
Просмотров 18 тыс.
The tactic worked 😂#shorts by  Leisi Show
00:26
Просмотров 2,8 млн
Accordion List with Ionic
21:43
Просмотров 40 тыс.
Ionic 3 - @IonicPage() and URL Deep Linking
13:39
Просмотров 36 тыс.
Scripts management in Pub Studio
0:43
Просмотров 449
How to Combine Ionic Side Menu and Tabs Navigation
25:46
Ionic 3 - Firebase Email Login/Authentication
16:12
Просмотров 108 тыс.
Ionic 3  Events - Publish/Subscribe
6:14
Просмотров 13 тыс.
Managing dependencies with pub studio
0:39
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00