Form Example

screenshot of Form Example
scss

Template-driven ngModel forms blog companion code

Overview

This content provides information about a project called "FormExample" that was generated with angular-cli version 1.0.0-beta.20-4. It explains the development server, code scaffolding, building the project, running unit and end-to-end tests, deploying to Github Pages, and getting further help on the angular-cli.

Features

  • Development server for a dev environment that automatically reloads when source files are changed
  • Code scaffolding to generate new components, directives, pipes, services, or classes
  • Building the project to generate build artifacts stored in the dist/ directory
  • Running unit tests using Karma
  • Running end-to-end tests using Protractor
  • Deploying the project to Github Pages
  • Getting help on the angular-cli using ng --help or checking out the Angular-CLI README

Summary

The "FormExample" project is generated with angular-cli and offers a variety of features and functionalities for Angular development. It provides a development server, code scaffolding, building capabilities, running unit and end-to-end tests, deployment to Github Pages, and additional help resources. By following the installation guide and utilizing these features, developers can effectively work on and deploy their Angular projects.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.