Project

General

Profile

« Previous | Next » 

Revision 56741

Admin page metrics update

View differences:

registration.component.ts
26 26
    country: '',
27 27
    typology: '',
28 28
    englishName: '',
29
    officialName: '',
29
    handleChangeAndResetPage: '',
30 30
    requestSortBy: 'registrationdate',
31 31
    order: 'DESCENDING',
32 32
    page: '0',
......
43 43
  ngOnInit() {
44 44
    this.dataForm = this.fb.group(this.formPrepare);
45 45
    const tempUrlParams = new Array<URLParameter>();
46

  
46
console.log('ngoninit');
47
console.log(tempUrlParams);
47 48
    this.route.queryParams
48 49
      .subscribe(params => {
49 50
        for (const i in params) {

Also available in: Unified diff