/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sample/18-context/src/app.service.ts
8 строк
142 B
Kamil Myśliwiec
sample() update existing samples to 6.0.0
15 янв 2019, 02:02
Не верифицирован
15 янв 2019, 02:02
b0de7ce
Код
Авторство
О чём код?
import { Injectable } from '@nestjs/common'; @Injectable() export class AppService { getHello(): string { return 'Hello world!'; } }