Skip to content

WebArtWork/waw-angular

Repository files navigation

Angular

Angular presents a framework from Google for creating SPA client applications. One of the key features of Angular is that it uses TypeScript as the programming language. Therefore, before starting work, it is recommended that you familiarize yourself with the basics of this language. Angular presents not only tools, but also design templates for creating a serviced project. If you create the Angular application correctly, you won’t have any confusion of classes and methods that are hard to edit and even harder to test. The code is conveniently structured, you can quickly understand what's what.

Getting Started

Create New Page

waw page NAME waw p NAME

Create New Module

waw add NAME waw a NAME

Create New Component

waw component NAME waw c NAME

Create New Service

waw service NAME waw s NAME

Create New Pipe

waw pipe NAME

Create New Modal

waw modal NAME waw m NAME

Create New Alert

waw alert NAME waw a NAME

Customization

will generate new folder template/ELEMENT/NAME with default code of that element

waw new ELEMENT NAME

will ask which element you want to use and what name

waw new

Popular Projects

Project Description Issues Forks Stars License
Base User management GitHub issues GitHub forks GitHub stars GitHub license
Platform Base plus tasks and timelogs GitHub issues GitHub forks GitHub stars GitHub license
wacom Package for any Angular client with many usefull content GitHub issues GitHub forks GitHub stars GitHub license

Contributing

Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.