feature(@nestjs) dynamic modules, global scope, bugfixes, improvements

This commit is contained in:
Kamil Myśliwiec
2017-12-15 14:34:10 +01:00
parent 3747abc32a
commit 4795b8f209
81 changed files with 1308 additions and 210 deletions

View File

@@ -57,5 +57,7 @@ gulp.task('move', function() {
gulp.dest('examples/09-babel-example/node_modules/@nestjs')
).pipe(
gulp.dest('examples/11-swagger/node_modules/@nestjs')
).pipe(
gulp.dest('examples/12-graphql-apollo/node_modules/@nestjs')
);
});