Building An Angular 5 Project with Bootstrap 4 and Firebase - Part 1: Setting Up The Project

  Рет қаралды 63,313

CodingTheSmartWay

CodingTheSmartWay

Күн бұрын

Пікірлер: 46
@Squishiimon
@Squishiimon 5 жыл бұрын
Great Video! I'm working on my first application using Angular, Firebase and Bootstrap.. I wasn't sure where to start and some videos didn't explain enough. This is a long video but well worth it and well explained.. Be sure to get the correct versions for each since that might cause problems. In firebase I ended up using v4.5.0.. I hadn't noticed the comment but be sure to set the firebase rules from false to true! Not having that was making nothing show up.
@skapha
@skapha 7 жыл бұрын
you could remove fixed-top class inside tag . however, great video.
@beataj3382
@beataj3382 7 жыл бұрын
Thank you for video. To let you know, everything works property. I'm waiting for Part.2
@DJDrex100
@DJDrex100 7 жыл бұрын
Great video! Something that may be useful: a JSON file for your firebase data so those who are new to firebase can get started quickly. You also didn't mention that the firebase rules should be set from "auth != null" to "read: true, write: true" since you haven't implemented authentication yet!
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks Derek and thanks for adding the information to set the firebase rules. That right, forget to mention this!
@AkshayVijayJain
@AkshayVijayJain 7 жыл бұрын
Yes this is important, to avoid following error (core.js:1350 ERROR Error: permission_denied at /Courses: Client doesn't have permission to access the desired data.) Solution -> Configuring rules. You can find and change the rules for your database in the Firebase console. Simply choose your project, click on the Database section on the left, and then select the Rules tab.
@AkshayVijayJain
@AkshayVijayJain 7 жыл бұрын
firebase.google.com/docs/database/security/quickstart
@richardabraham9812
@richardabraham9812 7 жыл бұрын
The firebase rules update is correctly highlighted by you.
@keremcankabaday4289
@keremcankabaday4289 7 жыл бұрын
great! Keep making this angular series.
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks!
@DJDrex100
@DJDrex100 7 жыл бұрын
I'm also looking for a tutorial on how to set up firebase 5.0 authentication as well as how to write back to the database from the front end (submitting a new course to firebase in this example). I can't find anything that's as up to date as your videos. It would be much appreciated!
@hansurschel1761
@hansurschel1761 7 жыл бұрын
Great job. Gutes Video. Die Datenbank muss man sich natürlich selbst anlegen. Angular 5 ist mittlerweile da, Bootstrap ist immer noch Beta-Release
@manuelperes4995
@manuelperes4995 6 жыл бұрын
The video is excellent, I learned a lot, thank you
@najlakhalid1435
@najlakhalid1435 6 жыл бұрын
great tutorial. Waiting for part 2:)
@pandarzzz
@pandarzzz 6 жыл бұрын
Thank you for sharing this informative video! 🐰🖐🏻
@XavierPC
@XavierPC 6 жыл бұрын
Your Channel is Awesome. I can't find the part 2 :(
@randomprods6843
@randomprods6843 6 жыл бұрын
Hello, great video, I understand many thinks! I have only one question for you, how come the menu on mobile does not work? is missing some code to make it work? If you can know which one? thanks and congratulations for your work
@eduardkoryagin4792
@eduardkoryagin4792 7 жыл бұрын
Awesome! Waiting for part 2. :)
@Tussiwarrior
@Tussiwarrior 6 жыл бұрын
Thanks a lot for the tutorial!
@sodeasoft
@sodeasoft 6 жыл бұрын
Thank you for this Tuto and for the other ;)
@LumbreraEnMiCamino
@LumbreraEnMiCamino 6 жыл бұрын
how can i deploy this app to work on a website, because a tried but does not appear any content of etc. ??
@sulaimantriarjo8097
@sulaimantriarjo8097 7 жыл бұрын
why you did not put navbar html code in app.component.html and put the container in new component?
@MrGugared
@MrGugared 7 жыл бұрын
Nice video! Thanks
@gunguzel3355
@gunguzel3355 7 жыл бұрын
Nice video. Thank you.
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks!
@nocturno7887
@nocturno7887 7 жыл бұрын
Hi there, ERROR in node_modules/angularfire2/firebase.app.module.d.ts(13,31): error TS2694 : Namespace 'firebase' has no exported member 'firestore'. I am not sure if I did right, but commenting the line 13 in the file that the error refers, allows me to continue, if anyone knows a better way to do it, please share. Thanks PD: Thank you Sebastian, I am enjoying the tutorial. Moreover, where do we get the DB(content) from?
@iyakfishing2917
@iyakfishing2917 6 жыл бұрын
mine is throwing an error with bootstrap? can't resolve '~bootstrap/dist/css/bootstrap.css' ? source map is false? import is false? doesn't seem to find bootstrap. I've manually put the bootstrap 4.0 folder + files in the node_modules folder, still wont work? Why is adding bootstrap so difficult? is it just me? :)
@sreekanthkategaru9831
@sreekanthkategaru9831 6 жыл бұрын
Great video, Thankyou sir :)
@codingthesmartway
@codingthesmartway 6 жыл бұрын
Thanks a lot!
@armstrongsama278
@armstrongsama278 6 жыл бұрын
this.db.list(listPath).valueChanges(); doesnt work for me . the valuechanges stays underlined with red
@daniellaerachannel
@daniellaerachannel 7 жыл бұрын
Excellent
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Thanks!
@oguzakankan518
@oguzakankan518 7 жыл бұрын
Danke dir 😊
@codingthesmartway
@codingthesmartway 7 жыл бұрын
Gerne :)
@BadgerUKvideo
@BadgerUKvideo 6 жыл бұрын
Great video. Some of your English is off though. When you are saying 'paste' it sounds like you are saying "parsed". "Paste" sounds like "taste"; the "a" sound is the same as in "day". You're doing the German "v" (a'w'ailable). Think "vier", the v needs to sound more like an f.
@suhardisjahrial3318
@suhardisjahrial3318 6 жыл бұрын
Wo ist der zweite Teil?
@Androide7461
@Androide7461 6 жыл бұрын
Where is part two? :(
@FrontendZilla
@FrontendZilla 6 жыл бұрын
Its not Angula its Angular , b/ w great work
@sergiik2168
@sergiik2168 7 жыл бұрын
14:17 - you show your apiKey
@MohsinGhani
@MohsinGhani 7 жыл бұрын
great sir (y)
@kingerszander5136
@kingerszander5136 7 жыл бұрын
Angular 5 ?
@guypensart9546
@guypensart9546 6 жыл бұрын
Got an error: cannot find namespace firebase Solution: downgraded firebase installation to 4.8.0 github.com/angular/angularfire2/issues/1387 Thanks for this mega cool tutorial
Angular 5 Forms Update
40:23
CodingTheSmartWay
Рет қаралды 51 М.
Using Bootstrap with Angular
36:32
CodingTheSmartWay
Рет қаралды 165 М.
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,3 МЛН
Mia Boyka х Карен Акопян | ЧТО БЫЛО ДАЛЬШЕ?
1:21:14
Что было дальше?
Рет қаралды 11 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 42 МЛН
Building an Angular 5 + Bootstrap 4 application
1:04:27
Travis Tidwell
Рет қаралды 86 М.
Angular & FireStore Application [1] - Setup & Getting Data
39:59
Traversy Media
Рет қаралды 141 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 133 М.
Angular 4 CRUD Application Using Firebase
55:54
CodAffection
Рет қаралды 31 М.
Learn Angular 5 in less than 60 Minutes - Free Beginner's Course
58:36
A Beginner’s Guide to Integrating ChatGPT with Node.js
15:49
CodingTheSmartWay
Рет қаралды 14 М.
Firebase in Angular Applications | Mosh
26:53
Programming with Mosh
Рет қаралды 144 М.
How to Build an Angular 5 Material App
22:34
DesignCourse
Рет қаралды 115 М.
New Angular 4.3 HttpClient (Accessing REST Web Services With Angular)
39:14
iPhone or Samsung?
0:18
ARSTANOTT
Рет қаралды 4,2 МЛН
High performance hardware tools repair tools
0:16
Hardware tools
Рет қаралды 447 М.
Low Battery 🪫🥹🥹🥹
0:10
dednahype
Рет қаралды 5 МЛН
Apple-Designer aktualisieren das iPhone-Design 😂
0:13
Abuloris
Рет қаралды 6 МЛН
Лазерная замена стекла iPhone 14 plus
1:00
Mosdisplay
Рет қаралды 3 МЛН