UNPKG

ngx-sport

Version:
176 lines (175 loc) 6.96 kB
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ /** * @module * @description * Entry point for all public APIs of this package. */ export * from './src/against/result'; export * from './src/against/side'; export * from './src/association'; export * from './src/association/mapper'; export * from './src/association/json'; export * from './src/category'; export * from './src/category/json'; export * from './src/category/map'; export * from './src/category/mapper'; export * from './src/common/enumReflection'; export * from './src/competition'; export * from './src/competition/json'; export * from './src/competition/mapper'; export * from './src/competition/sport'; export * from './src/competition/sport/mapper'; export * from './src/competition/sport/json'; export * from './src/competition/sport/getter'; export * from './src/competition/sport/editor'; export * from './src/competitor'; export * from './src/competitor/json'; export * from './src/competitor/startLocation'; export * from './src/competitor/startLocation/json'; export * from './src/competitor/startLocation/map'; export * from './src/competitor/team'; export * from './src/competitor/team/mapper'; export * from './src/competitor/team/json'; export * from './src/console/ansiColor'; export * from './src/field'; export * from './src/field/mapper'; export * from './src/field/json'; export * from './src/formation'; export * from './src/formation/json'; export * from './src/formation/mapper'; export * from './src/formation/line'; export * from './src/formation/line/json'; export * from './src/game'; export * from './src/game/against'; export * from './src/game/against/json'; export * from './src/game/getter'; export * from './src/game/mapper'; export * from './src/game/json'; export * from './src/game/order'; export * from './src/game/phase'; export * from './src/game/place'; export * from './src/game/place/against'; export * from './src/game/place/against/json'; export * from './src/game/place/together'; export * from './src/game/place/together/json'; export * from './src/game/place/mapper'; export * from './src/game/place/json'; export * from './src/game/state'; export * from './src/planning/editMode'; export * from './src/planning/strategy'; export * from './src/game/together'; export * from './src/game/together/json'; export * from './src/identifiable'; export * from './src/identifiable/json'; export * from './src/league'; export * from './src/league/mapper'; export * from './src/league/json'; export * from './src/nameService'; export * from './src/period'; export * from './src/period/json'; export * from './src/person'; export * from './src/person/json'; export * from './src/person/mapper'; export * from './src/place/location'; export * from './src/place'; export * from './src/place/mapper'; export * from './src/place/json'; export * from './src/planning/mapper'; export * from './src/planning/config'; export * from './src/planning/config/mapper'; export * from './src/planning/config/json'; export * from './src/planning/gameAmountConfig'; export * from './src/planning/gameAmountConfig/mapper'; export * from './src/planning/gameAmountConfig/service'; export * from './src/planning/gameAmountConfig/json'; export * from './src/planning/gameMode'; export * from './src/poule'; export * from './src/poule/against'; export * from './src/poule/horizontal'; export * from './src/poule/json'; export * from './src/poule/mapper'; export * from './src/poule/structure'; export * from './src/poule/structure/balanced'; export * from './src/qualify/againstConfig'; export * from './src/qualify/againstConfig/json'; export * from './src/qualify/againstConfig/mapper'; export * from './src/qualify/againstConfig/service'; export * from './src/qualify/distribution'; export * from './src/qualify/group'; export * from './src/qualify/pathNode/mapper'; export * from './src/qualify/reservationservice'; export * from './src/qualify/rule/horizontal'; export * from './src/qualify/rule/horizontal/multiple'; export * from './src/qualify/rule/horizontal/single'; export * from './src/qualify/rule/vertical'; export * from './src/qualify/rule/vertical/multiple'; export * from './src/qualify/rule/vertical/single'; export * from './src/qualify/service'; export * from './src/qualify/target'; export * from './src/qualify/pathNode'; export * from './src/range'; export * from './src/ranking/calculator/cumulative'; export * from './src/ranking/calculator/end'; export * from './src/ranking/calculator/round'; export * from './src/ranking/calculator/round/sport/against'; export * from './src/ranking/calculator/round/sport/together'; export * from './src/ranking/item/end'; export * from './src/ranking/item/round'; export * from './src/place/sportPerformance'; export * from './src/ranking/item/round/sport'; export * from './src/ranking/pointsCalculation'; export * from './src/ranking/againstRuleSet'; export * from './src/referee'; export * from './src/referee/mapper'; export * from './src/referee/json'; export * from './src/referee/self'; export * from './src/round/number'; export * from './src/round/mapper'; export * from './src/round/json'; export * from './src/round/number/mapper'; export * from './src/round/number/json'; export * from './src/season'; export * from './src/season/mapper'; export * from './src/season/json'; export * from './src/score'; export * from './src/score/against'; export * from './src/score/againstHelper'; export * from './src/score/config'; export * from './src/score/config/json'; export * from './src/score/config/mapper'; export * from './src/score/config/service'; export * from './src/score/direction'; export * from './src/score/mapper'; export * from './src/score/together'; export * from './src/sport'; export * from './src/sport/mapper'; export * from './src/sport/json'; export * from './src/sport/football'; export * from './src/sport/variant/single'; export * from './src/sport/variant/against'; export * from './src/sport/variant/against/h2h'; export * from './src/sport/variant/against/gamesPerPlace'; export * from './src/sport/variant/allInOneGame'; export * from './src/sport/variant/json'; export * from './src/sport/variant/withFields'; export * from './src/sport/variant/withPoule/equallyAssignCalculator'; export * from './src/structure'; export * from './src/structure/cell'; export * from './src/structure/editor'; export * from './src/structure/location/mapper'; export * from './src/structure/mapper'; export * from './src/structure/json'; export * from './src/structure/placeRanges'; export * from './src/structure/nameService'; export * from './src/team'; export * from './src/team/mapper'; export * from './src/team/player'; export * from './src/team/player/json'; export * from './src/team/player/mapper'; export * from './src/ngx-sport.module';