All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.controller.feature.AngularXHRServerFeature.scala Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package skinny.controller.feature

import skinny.micro.SkinnyMicroBase

/**
 * Server side implementation for Angular apps.
 */
trait AngularXHRServerFeature
    extends AngularJSONFeature
    with JSONParamsAutoBinderFeature
    with AngularXSRFProtectionFeature {

  self: SkinnyMicroBase with ActionDefinitionFeature with BeforeAfterActionFeature with RequestScopeFeature =>

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy