I wonder why any apps built in Angular would be so elegant. Thanks saimon
@galaxies_dev2 жыл бұрын
Angular is simply a good framework!
@AGUNGKAYA2 жыл бұрын
@@galaxies_dev yes it is. Btw, have you made a content to make a quiz app in ionic/angular ? That would be awesome simple project. And I also admire your skill to make such great animation with little effort with extra packages, etc.
@hub-edu9 ай бұрын
2024 UPDATE: 1:40 right at the beginning, you have to use a diferent command to start the app, because in Angular17 the apps come as "Standalone" by default, so you have to explicity say you want to control the modules... Instead of: "ng new chatApp --routing --style=css " USE: "ng new chatApp --routing --style=css --standalone=false" If you don't make this step, when you reach 6:10 in the tutorial, you won't find the "app.module.ts"... 4:30 in "styles.css" you have to remove the tilde "~" from the imports, so: Instead of: @import '~stream-chat-angular/src/assets/styles/v2/scss/index.scss'; @import '~@ng-select/ng-select/themes/default.theme.css'; USE: @import 'stream-chat-angular/src/assets/styles/v2/scss/index.scss'; @import '@ng-select/ng-select/themes/default.theme.css'; If you don't make this step, when you reach 8:10 in the tutorial, you won't build your Angular server.. for more information about Standalone: stackoverflow.com/questions/77454741/why-doesnt-app-module-exist-in-angular-17 angular.io/guide/standalone-components#getting-started-with-standalone-components for more information about the .css problem: github.com/angular/angular-cli/issues/25493
@mahdiandalib186 Жыл бұрын
thx man, i hope you create more angular tutorials
@Matheus_15822 жыл бұрын
I wanted to see you create an application with Quasar
@royal-code2 жыл бұрын
I love it, Thanks for good content always
@galaxies_dev2 жыл бұрын
Glad you like them!
@ravijatav19382 жыл бұрын
Hi Simon I am trying to integrate paid api for voice and video calling in ionic Cordova app but unable to implement it. So will you please guide me for that how can I implement this. Please provide me a solution for that as soon as possible.🙏
@sahilkhanna97822 жыл бұрын
Untill Then Happy Coding kichak Simon 🙋
@galaxies_dev2 жыл бұрын
We should have custom emotes for subscribers!
@Matheus_15822 жыл бұрын
hi...have you ever used QUASAR
@galaxies_dev2 жыл бұрын
No, not yet!
@pablorjd2 жыл бұрын
Thank u 4 your contribution
@galaxies_dev2 жыл бұрын
My pleasure Pablo :)
@MdDanish-ig6be2 жыл бұрын
you contribution helps me lot 😊, Thank you for another great work