react-code-dataset
/
react-query
/examples
/angular
/query-options-from-a-service
/src
/app
/app.component.ts
| import { Component } from '@angular/core' | |
| import { RouterOutlet } from '@angular/router' | |
| ({ | |
| selector: 'app-root', | |
| imports: [RouterOutlet], | |
| templateUrl: './app.component.html', | |
| }) | |
| export class AppComponent {} | |