Angular JS Advance Tutorial Build a Quiz App

preview_player
Показать описание


Udemy Courses

In this Video Series, we will Create a quiz application in angular JS we will learn how to save quiz data in JSON file and then reopen our quiz later to take them.

We will learn how angular JS Web Development Workflow Using NPM and Gulp. Gulp is a task runner which can build web project for us very Quickly.

Angular JS is amazing javascript framework for building a single page web application.

Let's Connect :

Рекомендации по теме
Комментарии
Автор

If you're having this issue using a newer version of gulp ({ AssertionError [ERR_ASSERTION]: Task function must be specified). You have to do some changes in gulpfile.js.

instead of:
gulp.task('css', function(){
return gulp.src('app/css/*.css')
.pipe(concat('style.css'))
.pipe(gulp.dest('dist/src'));
});

add 'gulp.series()' before the function, like this:

gulp.task('css', gulp.series(function(){
return gulp.src('app/css/*.css')
.pipe(concat('style.css'))
.pipe(gulp.dest('dist/src'));
}));
(don't forget to close parantheses in the end!)

and finally for the builder, use 'gulp.parallel()', like bellow:

gulp.task('build', gulp.parallel('index', 'templates', 'css', 'libs', 'appModules', 'appMain'));

BonnerTheWeebcreator
Автор

Thanks for this video tutorial in one video. Thanks so much sir.

champakumari
Автор

If you share your code, you'll get more views and likes

nammsy
Автор

very nice . i like it.. thank you awais.

dayachoudekar
Автор

video is too good. Thanks a lot for this. would have been better if u had shared the code.

shivrajhulbatte
Автор

great tutorial with a very well organised structure of the files. but you should have given the source file though, its taking taking a lifetime to copy :P

mussawaralyasah
Автор

Hi sir, can you tell me that an AutoCAD2018 software could be install on mac computers or only on windows pc?

And can you make videos on AutoCAD MEP
AutoCAD mechanical course

Both in details

kaustubhsawantdesai
Автор

I wrote bower init
appaer this error
"bash: bower: command not found"
Help! (sorry for my english)

doc.gerardogonzalez
Автор

Good video tutorial but where to find the source code of this app

my_vk_vlogs
Автор

If anyone has the code, please share the Github link. I just want to see the code and take insight rather than copying the code along with watching the video.

Nikhilkumar-neob
Автор

I have a problem when begin bower init, min 8; it is not command say there, I am sorry for my english

centrodeasesorialagrange
Автор

Hello sir actually I am getting server not found error 404 not found

pritizalwar
Автор

Sir can you share your code? If you may and thank you in advance.

francismata