-
Hi there,
i'm trying to make a small test in a app using meteor and angular as frontend.
I started this app based on the clone of whatsapp.
* https://github.com/mariohmol/brigadistas
Now i…
-
Hi Fanie,
I just found this repository and I'm really excited about it. I have been looking for something like this that would generate TypeScript service definitions for use with Angular2. I would …
-
How can we use it with typescript/ angular2?
-
I've used [this repo](https://github.com/rolandjitsu/ng2-play) to create a project using the new router and angular2 with typescript.
Know, I want to add a new route with parameters but can't get it …
-
Hi,
Is there a simple example of Dgeni (similar to https://github.com/petebacondarwin/dgeni-example) that shows how you'd use it with an Angular 2 application using TypeScript?
Currently I have thi…
-
##### Description
The generated client does not format any date-time that is part of an operation path.
For an endpoint with this path:
> /api/value/{date}/{id}
An example request (as genera…
-
##### Description
I think we need to generate NgModule for the generated service
##### Suggest a Fix
for exmaple
API.modules.ts
import { NgModule } from '@angular/core';
impo…
-
We are currently defining our implementation stack and we'd like to use NSwag to generate multiple client packages for our Angular application.
One thing with is being discussed right now is if we…
-
Create a simple Angular2/TypeScript project
fedy2 updated
9 years ago
-
I have executed the setup:
```
npm install
npm start
```
Then an issue occured. I have uploaded the log file
```
> typescript-angular2@1.0.0 start C:\TypeScriptSamples\angular2
> node node_modules…