/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sample/08-webpack/src/app.service.ts
8 строк
134 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() { return 'Hello world!'; } }