Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 components #5

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 4, 2019

  1. Angular Testing Course

    Your Name committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    2e51b4c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Angular Testing Course

    Your Name committed May 2, 2019
    Configuration menu
    Copy the full SHA
    ee05f8e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Angular Testing Course

    jhades committed May 17, 2019
    Configuration menu
    Copy the full SHA
    0bb2901 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    8b0bcdd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. upgrade to Angular 8 and Node 12

    Your Name committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    9a2c947 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Adds appropriate types to courses.service.ts

    The course is missing the correct types for the `saveCourse` method so that tests were unable to run properly. Looks like this is fixed on the master branch but is not implemented in the 1-start branch.
    
    Changes:
    
    - Adds correct type information to saveCourse method in `course.service.ts`
    duncannevin authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    0c27922 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request angular-university#2 from duncannevin/patch-1

    Adds appropriate types to `courses.service.ts`
    jhades authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    66458db View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Add spec for calculator service

    Ivan Muliarchyk committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    22fe8a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Tests for courses service

    Ivan Muliarchyk committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    8f32cb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Test presentation component

    Ivan Muliarchyk committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    48729c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Test for smart components

    Ivan Muliarchyk committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9b38abf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Rewrite test with fackeAsync

    Ivan Muliarchyk committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    302d562 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Add end to end tests

    Ivan Muliarchyk committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    0ea6645 View commit details
    Browse the repository at this point in the history