Git Product home page Git Product logo

angularsimpletest's Introduction

AngularTest

Test Instructions

  1. Fork the repo and create a new branch to do your work in.

  2. Create a new component 'clubs' along with a 'clubs' service. Feel free to add a router if you want.

  3. In the 'clubs' service add a function that uses an http get request to read colors.json from the assets folder.

  4. The 'local-storage' service should have all the methods you need for data manipulation. The type 'Club' has also been provided.

  5. In the 'clubs' component create a view to display the list of clubs.

  6. Add a form that allows editing of any of the individual entries listed in the display. IMPORTANT: When editing the 'color' field of a club the form should use a dropdown. The dropdown should be populated with values from the colors data in your 'clubs' service. The key thing here is linking the ids and names properly.

  7. Add a form to add a new entry to the list of clubs. Don't forget the dates. Bonus if this is the same form as before.

  8. Add a way to delete any of the individual entries.

  9. Use either template driven or reactive forms for your form. There isn't a right answer but be prepared to explain your choice.

  10. When you're done create a pull request into master from your branch, and then make a pull request from your repository's master branch into our repository's master branch.

This project was generated with Angular CLI version 1.6.5.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

angularsimpletest's People

Contributors

gokel166 avatar jbawsh avatar grimthereaper avatar angular-cli avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.