app/
----- components/ // each component is treated as a mini Angular app
---------- sites/
--------------- sitesController.js
--------------- sitesComponent.js
--------------- sites.html
--------------- sites.js
---------- subnet/
--------------- subnetController.js
--------------- subnetComponent.js
--------------- subnet.html
--------------- subnet.js
---------- equipment/
--------------- equipmentController.js
--------------- equipmentComponent.js
--------------- equipment.html
--------------- equipment.js
---------- users/
--------------- usersController.js
--------------- usersComponent.js
--------------- users.html
--------------- users.js
----- app.component.js
----- app.controller.js
----- app.html
----- app.js
assets/
----- img/ // Images and icons for your app
----- css/ // All styles and style related files (SCSS or LESS files)
----- js/ // JavaScript files written for your app that are not for angular
----- libs/ // Third-party libraries such as jQuery, Moment, Underscore, etc.
index.html // The index.html lives at the root of front-end structure. The index.html file will primarily handle loading in all the libraries and Angular elements.
-
Notifications
You must be signed in to change notification settings - Fork 0
bootcamp-s17/ipam-frontend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Angular frontend for the IPAM project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published