Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is a angular seed and Angular-Seed project for AngularJS?

Tags:

angularjs

I am new in angular and not clear with Angular seed.

I have some questions:

  • what is angular seed?
  • Is it necessary?
  • How to use angular seed?

Sorry if something is wrong in the questions.


1 Answers

Angular Seed is totally baked template for your rapid angular application development .

It has test suite like Karma and protractor and Jasmine and many more . It has bower front-end tool manager . And Grunt as task runner . You can update add and delete any node module whenever you want with package.json.

In a easy way , all you need to get in super fast way is ready in there . Hope you got your answer .

like image 137
Mahabub Islam Prio Avatar answered May 18 '26 12:05

Mahabub Islam Prio