Compass and Car Directions matrix test now has access to locale assets.
Request for Title/instructions/labels made during ngOnInit for both; via a function call.
Road Sign Scenarios needs doing, but there are some security problems to work through. Angular sanitizes much of the localization stuff for images from the database. I think it's going to be a matter of the server turning them into files and then sending the file from there.
Compass and Car Directions matrix test now has access to locale assets.
Request for Title/instructions/labels made during
ngOnInit
for both; via a function call.Road Sign Scenarios needs doing, but there are some security problems to work through. Angular sanitizes much of the localization stuff for images from the database. I think it's going to be a matter of the server turning them into files and then sending the file from there.