0

I am trying to start a new angularjs application with visual studio. I heard that there is specific folder structure to organize angular code. Is there any nuget package which does the folder structure and add crequired basic js files?

1 Answer 1

1

Depending on the app you are making you can choose for a different approach on how to build your folder structure. There are as far as I know no nuget packages that create that specific structure, but off course there are all the AngularJS nuget packages that add every .js file you need to run an Angular application. Just search for AngularJS in your Nuget Package Manager.

You could also read an article on best practices for the folder structure in AngularJS.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.