mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
134 B
TypeScript
Executable file
7 lines
134 B
TypeScript
Executable file
import { Injectable } from '@angular/core';
|
|
|
|
@Injectable()
|
|
export class OptionalService {
|
|
}
|
|
|
|
// This service isn't provided anywhere.
|