Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Standard directory structure for angular

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 460
    Comment on it

    The directory structure is also an important part for any framework and you can manage and maintain properly. May be it is possible you have searched tutorials and examples for Angular directory structure.

    Directory structure always helps you to make agnostic server side code and to manage your client side code.

    root-app-folder
     index.html
     scripts
        controllers
           main.js
           ...
        directives
           myDirective.js
           ...
        filters
           myFilter.js
           ...
        services
           myService.js
           ...
        vendor
           angular.js
           angular.min.js
           es5-shim.min.js
           json3.min.js
        app.js
     styles
        ...
     views
         main.html
         ...
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: