Index

src/test.ts

context
context:
Default value : require.context('./', true, /\.spec\.ts$/)
require
require: any
Type : any

src/environments/environment.prod.ts

environment
environment: object
Type : object
Default value : { /** * Production Mode */ production: true, /** * Version */ version: '20180823', /** * Api url */ url: 'https://swapi.co/api/' }

Variabili global di configurazione

src/environments/environment.ts

environment
environment: object
Type : object
Default value : { /** * Production Mode */ production: false, /** * Version */ version: '20180823 - dev', /** * Api url */ url: 'https://swapi.co/api/' }

Variabili global di configurazione

src/app/models/film.model.ts

FilmFields
FilmFields: []
Type : []
Default value : [ { label: 'Title', field: 'title' }, { label: 'Director', field: 'director' }, { label: 'Producer', field: 'producer' }, { label: 'Release date', field: 'release_date' }, { label: 'Episode', field: 'episode_id' }, { label: 'Opening Crawl', field: 'opening_crawl' } ]

Oggetti estratti nelle pop-up delle descrizioni

src/app/models/people.model.ts

PeopleFields
PeopleFields: []
Type : []
Default value : [ { label: 'Name', field: 'name' }, { label: 'Height', field: 'height' }, { label: 'Mass', field: 'mass' }, { label: 'Name', field: 'name' }, { label: 'Hair Color', field: 'hair_color' }, { label: 'Skin Color', field: 'skin_color' }, { label: 'Eye Color', field: 'eye_color' }, { label: 'Birth year', field: 'birth_year' }, { label: 'Gender', field: 'gender' } ]

Campi per la renderizzazione nelle tabelle di lookup

src/app/models/planet.model.ts

PlanetFields
PlanetFields: []
Type : []
Default value : [ { label: 'Name', field: 'name' }, { label: 'Climate', field: 'climate' }, { label: 'Diameter', field: 'diameter' } ]

Gestione dei campi di dettaglio nella visualizzazione delle popo-up

src/app/app.routing.ts

routingModule
routingModule: ModuleWithProviders
Type : ModuleWithProviders
Default value : RouterModule.forRoot(routes, { /*enableTracing: true,*/ onSameUrlNavigation: 'reload' })

src/app/models/specie.model.ts

SpecieFields
SpecieFields: []
Type : []
Default value : [ { label: 'Name', field: 'name' }, { label: 'Average Height', field: 'average_height' }, { label: 'Average Lifespan', field: 'average_lifespan' }, { label: 'Classificazione', field: 'classification' }, { label: 'Designation', field: 'designation' }, { label: 'Eye colors', field: 'eye_colors' }, { label: 'Hair colors', field: 'hair_colors' }, { label: 'Skin Colors', field: 'skin_colors' }, { label: 'Language', field: 'language' } ]

src/app/models/starship.model.ts

StartShipFields
StartShipFields: []
Type : []
Default value : [ { label: 'Name', field: 'name' }, { label: 'Cargo Capacity', field: 'cargo_capacity' }, { label: 'Consumables', field: 'consumables' }, { label: 'Cost in Credits', field: 'cost_in_credits' }, { label: 'Crew', field: 'crew' }, { label: 'Hyperdrive rating', field: 'hyperdrive_rating' }, { label: 'Length', field: 'length' }, { label: 'Manufacturer', field: 'manufacturer' }, { label: 'Max Atmosphering Speed', field: 'max_atmosphering_speed' }, { label: 'model', field: 'model' }, { label: 'Passengers', field: 'passengers' } ]

Oggetti per la gestione dello lookup in visualizzazione

src/app/models/vehicle.model.ts

VehicleFields
VehicleFields: []
Type : []
Default value : [ { label: 'Name', field: 'name' }, { label: 'Cargo Capacity', field: 'cargo_capacity' }, { label: 'Cost in credits', field: 'cost_in_credits' }, { label: 'Crew', field: 'crew' }, { label: 'Consumables', field: 'consumables' }, { label: 'Length', field: 'length' }, { label: 'Manufacturer', field: 'manufacturer' }, { label: 'Max atmosphering speed', field: 'max_atmosphering_speed' }, { label: 'Model', field: 'model' }, { label: 'Passengers', field: 'passengers' }, { label: 'Vehicle class', field: 'vehicle_class' } ]

Mapping per la gestione delle lookup in visualizzazione su pop-up

results matching ""

    No results matching ""