Something went wrong. Try again.
fork of hey-api/openapi-ts because I need some additional things
Something went wrong. Try again.
389 B · 15 lines
TypeScript
at commit e9770dfd
12345678910111213141516import { Component } from '@angular/core';import { RouterOutlet } from '@angular/router';
import { Demo } from './demo/demo';
@Component({ host: { ngSkipHydration: 'true' }, imports: [RouterOutlet, Demo], selector: 'app-root', styleUrl: './app.component.css', templateUrl: './app.component.html',})export class AppComponent { title = '@hey-api/openapi-ts 🤝 Angular';}