You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
I having actually one issue with my code. any one can help me here .
I just want the default selected but I'm new with laravel annd I don't know how to manage that. please help
student.component.ts
import { Component, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { StudentService } from '../services/student.service';
import { HttpClient } from '@angular/common/http';
import { ActivatedRoute } from '@angular/router';
I having actually one issue with my code. any one can help me here .
I just want the default selected but I'm new with laravel annd I don't know how to manage that. please help
student.component.ts
import { Component, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { StudentService } from '../services/student.service';
import { HttpClient } from '@angular/common/http';
import { ActivatedRoute } from '@angular/router';
@component({
selector: 'app-students',
templateUrl: './students.component.html',
styleUrls: ['./students.component.scss']
})
export class StudentsComponent implements OnInit {
limits = [
10, 20, 30, 100, 200, 500, 1000
]
//limit: any = 10;
limit = this.limits[10];
}
studet.component.html
first is working properly.
1.first
Students
The text was updated successfully, but these errors were encountered: