[ad_1]
https://i.ytimg.com/vi/zEvzW_sSXk0/hqdefault.jpg
This is a walkthrough tutorial on how to build a Serverless Event Registration system using Angular 5, Angular CLI, Bootstrap 4, and Form.io. In 1 hour, we will complete a full application with User Authentication, Event Management, and Event Registration.
Here is are the links from the presentation.
– http://travistidwell.com/presentations/eventmanager
– https://portal.form.io
– https://github.com/formio/angular-formio
– https://github.com/formio/angular-app-starterkit
– https://github.com/formio/formio.js
Original source
39 responses to “Building an Angular 5 + Bootstrap 4 application”
but how to install Angular in Windows?
how can i get PPT of this project?
failed to open localhost:4200/auth/login . dont know what wrong, thats happen when i added code at "app.module.ts" . the localhost:4200/home is not showing anything
AHey Angular 6 does like this angular.json addon for Font awesome….is there an updated version
Getting schema validation error when I add below code in angular.json (angular6 i am using). Can you pls tell me what to do for angular 6 ,
"addons": [
"../node_modules/font-awesome/fonts/*.+(otf|eot|svg|ttf|woff|woff2)"
]
Travis, I am having a tough time pathing to an image file, using your git repo as my base. What is your best practice for locating/ pathing to an image folder? Do you take into account a routine that copies the images folder to production when you move from dev to production? Thanks for a great tutorial!
Misleading title.
Addons are not allowed in the angular.json file, what to do now?
Can you increase the font in your tutorials? Way too small in the editor
What is this app actuly.i didnot understand ?
thx for this tutorial <3
For anyone looking for embedding font-awesome, please refer to below link – https://github.com/angular/angular-cli/wiki/stories-include-font-awesome
I came here to learn about Angular 5 and Bootstrap 4. Once installed, I was presented with a formio tutorial that will not help me, or many others, when aiming to code at an enterprise position. Please edit the title because it's misleading.
my heroku deployment of this project failed and says that I have to `Consider changing the function expression into an exported function`. Pointing to appModule failing during compilation – it is specifically pointing to the lazy loading. To be more specific here —> loadChildren: () => AuthModule under decorator. Appreciate your input.
Awesome tutorial! I'm new to all this. Found this video youtubing how to build an app using angular and formio. I followed every steps, however, using my formio server (open source version – https://github.com/formio/formio) instead of the form.io cloud version.
In the open source version, there's no Premium Nested Form Component, however, found a "Form Component" located under the Special Components menu when creating a Resource object.
I ran into the following issue whereas my Participant gets created in formio without the Event resource associated. Therefore, when I consult the Event Participants I see 0 records. When consulting formio, the Participant resource shows 1 record, however, the Event field is empty.
Is there anything I need to add into my participant,module.ts file? Is there a difference between the formio Cloud "Nested Form Component" vs the open source "Form Component"?
Thank you for clarifying
Life saver, thanks for the information <3
great tuto dude ! you forgot to show the declarations of the "HeaderComponent" in app.module.ts if not we can't see the navBar ! really thank you for this video i'm new to angular and ur video really helps me!
waiting for new videos 💪
After adding the Event.module.ts file when I click on Events List item my page doesn't get redirected to Events page. Can anyone suggest the possible error for the scenario?
my house logo didn't show up! why? D: and the page never updates, especially with the logins. 🙁
Title is misleading in order to get better hit in searches, cause its basically a formio tutorial with angular scaffolds, but I am totally satisfied with the content as I was looking for some cool Angular projects to learn more, and formio is in my wishlist for future projects, although I was expecting a bit more stress on Angular and Bootstrap too, instead of deep-diving in formio unlike the title suggests, but good learning and time not wasted.
Thank you
how to do angular 5 with gradle spring boot. could you make a video?
awesome walkthrough through angular by formIo. Thanks for the tutorial
Beginner Question with the Form.io, does it mean Form.io also handles the database? I cannot use my existing datbase like SQL Server? Thanks.
Im getting an error Unathorized when I register a new participant.. Huhu.. Please help 54:39
Is form.io forever free? Can I actually use it for production? Thanks!
hi sir , i wanna ask why at participant-create.component.ts , it said cannot find the name 'require' ?i just don't have any idea about it
awesome thanks! x
I reinstalled Formio and this is the same error I get. ERROR in ./node_modules/angular-formio/grid/grid.component.js
Module not found: Error: Can't resolve 'formiojs/build/components' in 'C:Projectssafetynetwebnode_modulesangular-formiogrid' . But, the grid module is there so I'm not sure why it says it's not
Did anyone else run into this issue, it happened after adding the Event Resource: ./node_modules/angular-formio/grid/grid.component.js Module not found: Error: Can't resolve 'formiojs/build/components'
plz give git repo path
All you need about Bootstrap 4 TABLE
https://www.youtube.com/watch?v=j67MNODWUKw
It seems like you have a school.. Congrats.. You are cool😎
I am doing ditto as in the video but went into huge errors. It says it can not find the three files in style.css. The Yeti _variable can not be found or is unreadable. Things change every other day. The npm install –save font-awsome did not work either. need help here.
This is damn awesome
This was an awesome walkthrough.
font-awesome crashed for me. Didn't like it when added in the cli? I did upgrade the cli to 1.7 today, was having bootstrap 4 issues from another project. Looks like I need to import the fontawesome module why!! @import { AngularFontAwesomeModule } from 'angular-font-awesome';
@NgModule({
//…
imports: [
//…
AngularFontAwesomeModule
],
//…
})
export class AppModule { }
thank you! do you have the repo of the actual code from this?
Damn, son! Very nice.
Keep it coming, Travis. Thanks!