Alessandro GIULIANI
Alessandro GIULIANI
Hi, I was facing the same problem and i resolved it by using Form Extension : https://symfony.com/doc/3.4/form/create_form_type_extension.html **src/AppBundle/Form/Extension/CommentTypeExtension.php** ``` namespace AppBundle\Form\Extension; use FOS\CommentBundle\Form\CommentType; use Symfony\Component\Form\AbstractTypeExtension; use Symfony\Component\OptionsResolver\OptionsResolver; class CommentTypeExtension extends...
> hello aless673, > I tried to do like you, but i have an error : > > ``` > (2/2) LoaderLoadException > There is no extension able to load...
Problem is also present on drawn routes. I need to removeRoutes() on a new MapboxDirections to prevent it using other map's directions. And redraw it every time.
Hi, Here the demo : https://stackblitz.com/edit/ionic-vpnvwf?file=pages/home/home.ts Ionic 3 / Angular 4 Mapbox GL JS v0.44.1 Mapbox GL Directions v3.1.2 You can click on the init maps button and then play...
Hi, Here a framework-less example : https://jsfiddle.net/4cxrd18d/
Repo : https://github.com/aless673/sensio_security_annotation_bug Steps: 1) Run `symfony server:start` 2) Access `http://127.0.0.1:8000/` => redirect to login page (OK) 3) Access `http://127.0.0.1:8000/test` => access to test page (OK) 4) Access `http://127.0.0.1:8000/test_bug` =>...
Hi, Yes it works well. I am using it on a Ionic 3 (last version)
@Kishoremt Please paste your src/app.module.ts
Fix your imports : ``` import { ErrorHandler, NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { SwipeCardsModule } from "ng2-swipe-cards"; ```