1 مستودع
Creates controller and view pairs and configures new routes in the application's main router file.
Distinct from View and Controller Implementation: Distinct from View and Controller Implementation: focuses on automated generation of paired files with route configuration, not manual implementation.
Explore 1 awesome GitHub repository matching web development · AngularJS View and Controller Pair Generators. Refine with filters or upvote what's useful.
This is a Yeoman generator that scaffolds AngularJS projects and components. It automates the setup of a complete AngularJS application with boilerplate code, directory structure, and optional dependencies, while also providing standalone sub-generators for creating controllers, directives, filters, services, views, and routes. The generator handles module registration automatically, injecting generated files into the AngularJS module system and patching route configuration files when new routes are created. It supports generating code in CoffeeScript or TypeScript through a command-line flag
Creates a controller and view pair and configures a new route in the application's main router file.