Angular2 testing service mocks
问题 I have a simple Angular2 component that consists of the following import { Component, OnInit, Input } from '@angular/core'; import {FooterLinksService} from './footer-links.service'; import { environment } from '../../environments/environment'; @Component({ selector: 'app-footer-links', templateUrl: './footer-links.component.html', styleUrls: ['./footer-links.component.css'], providers: [FooterLinksService] }) export class FooterLinksComponent implements OnInit { constructor(private