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
    • 519
    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.

    1. root-app-folder
    2. index.html
    3. scripts
    4. controllers
    5. main.js
    6. ...
    7. directives
    8. myDirective.js
    9. ...
    10. filters
    11. myFilter.js
    12. ...
    13. services
    14. myService.js
    15. ...
    16. vendor
    17. angular.js
    18. angular.min.js
    19. es5-shim.min.js
    20. json3.min.js
    21. app.js
    22. styles
    23. ...
    24. views
    25. main.html
    26. ...

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: