mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
move old stuff
This commit is contained in:
parent
d5bc5777b7
commit
fdcb7327f0
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* une option de date dans les sondages spéciaux
|
||||
*/
|
||||
import { environment } from '../../../../environments/environment';
|
||||
import { environment } from '../../../src/environments/environment';
|
||||
import { DateChoice, defaultAnswers, otherDefaultDates, PollAnswer } from './defaultConfigs';
|
||||
|
||||
export interface DateOption {
|
@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { ConfirmationService, DialogModule, MessageService } from 'primeng';
|
||||
|
||||
import { SharedModule } from '../../shared/shared.module';
|
||||
import { SharedModule } from '../../src/app/shared/shared.module';
|
||||
import { DateValueAccessorModule } from './custom-lib/date-value-accessor';
|
||||
import { OldStuffRoutingModule } from './old-stuff-routing.module';
|
||||
import { AdminComponent } from './pages/admin/admin.component';
|
@ -2,8 +2,8 @@ import { Component, OnInit } from '@angular/core';
|
||||
import { ConfigService } from '../../services/config.service';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { PollUtilities } from '../../config/PollUtilities';
|
||||
import { environment } from '../../../../../environments/environment';
|
||||
import { PollUtilities } from '../../../../src/app/core/services/PollUtilities';
|
||||
import { environment } from '../../../../src/environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-admin',
|
@ -1,8 +1,8 @@
|
||||
import { DOCUMENT } from '@angular/common';
|
||||
import { ChangeDetectorRef, Component, Inject, OnInit } from '@angular/core';
|
||||
|
||||
import { ToastService } from '../../../../core/services/toast.service';
|
||||
import { DateUtilities } from '../../config/DateUtilities';
|
||||
import { ToastService } from '../../../../src/app/core/services/toast.service';
|
||||
import { DateUtilities } from '../../../../src/app/core/services/DateUtilities';
|
||||
import { otherDefaultDates } from '../../config/defaultConfigs';
|
||||
import { ConfigService } from '../../services/config.service';
|
||||
import { BaseComponent } from '../example/base-page/base.component';
|
@ -1,7 +1,7 @@
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
import { ToastService } from '../../../../core/services/toast.service';
|
||||
import { ToastService } from '../../../../src/app/core/services/toast.service';
|
||||
import { ConfigService } from '../../services/config.service';
|
||||
import { BaseComponent } from '../example/base-page/base.component';
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<br />
|
||||
|
||||
<a href="/" class="btn btn--primary btn--outline">
|
||||
<a href='/' class="btn btn--primary btn--outline">
|
||||
primary - outline - default
|
||||
</a>
|
||||
|
@ -0,0 +1 @@
|
||||
@import '../../../../../src/styles/variables';
|
@ -3,7 +3,7 @@ import { BaseComponent } from '../../example/base-page/base.component';
|
||||
import { ConfigService } from '../../../services/config.service';
|
||||
import { mockComments } from '../../../mocks/mock-comments';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { environment } from '../../../../../../environments/environment';
|
||||
import { environment } from '../../../../../src/environments/environment';
|
||||
import { mockPoll3 } from '../../../mocks/mock-poll3';
|
||||
|
||||
@Component({
|
@ -1,8 +1,8 @@
|
||||
import { Location } from '@angular/common';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
import { environment } from '../../../../../environments/environment';
|
||||
import { PollUtilities } from '../../config/PollUtilities';
|
||||
import { environment } from '../../../../src/environments/environment';
|
||||
import { PollUtilities } from '../../../../src/app/core/services/PollUtilities';
|
||||
import { ConfigService } from '../../services/config.service';
|
||||
import { BaseComponent } from '../example/base-page/base.component';
|
||||
|
@ -5,7 +5,7 @@
|
||||
// -- IMPORTS
|
||||
// ----------------------------
|
||||
|
||||
@import '../../../../../../styles/variables';
|
||||
@import '../../../../../src/styles/variables';
|
||||
|
||||
// -- VARIABLES
|
||||
// ----------------------------
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user