This project was generated with Angular CLI version 18.0.3.
- node version used for development
v20.17.0
(LTS/iron) - npm version used
10.8.2
- Install dependencies
npm i
- Start the development server
npx ng serve
ornpx ng serve -c development
- Use a browser to access the url http://localhost:4200/
- Run
npx ng serve -c production
to preview the production build - Or run
npx ng build
to get the compiled application in thedist/
folder
It will potentially be addressed soon: apexcharts/apexcharts.js#4691
[
'{{repeat(210)}}',
{
id: '{{index()}}',
country: '{{country()}}',
participations:[
'{{repeat(45)}}',
{
id: '{{index()}}',
year: '{{date(new Date(1886 + index() * 4, 0, 1), new Date(1886 + index() * 4, 0, 1), "YYYY") }}',
city: '{{ city() }}',
medalsCount: '{{integer(0, 140)}}',
athleteCount: '{{integer(1, 720)}}'
}
]
}
]
Representing 203 National Olympic Committees (NOCs), approximately 10,500 athletes will compete across 32 sports in 329 events at the Games of the XXXIII Olympiad Paris 2024 from 26 July to 11 August.
source : https://olympics.com/en/news/paris-2024-olympics-full-list-ioc-national-olympic-committee-codes
- There is one warning on build about a shoelace rule
sl-toast-stack
:Pseudo-elements are not supported by css-select
, you can safely ignore it.