Very interesting, didn't know we have infrastructure already to do this. I thought we only have ASDoc app that does this, but no reusable API in a SWC to perform routing. Can someone point me to the code?
Thanks El mié., 16 ene. 2019 a las 19:31, <[email protected]> escribió: > This is an automated email from the ASF dual-hosted git repository. > > andreww pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/royale-docs.git > > > The following commit(s) were added to refs/heads/master by this push: > new 9e66e81 Create routing.md > 9e66e81 is described below > > commit 9e66e8132b8229556feba2ada9c98f4bcb2c1e1c > Author: Andrew Wetmore <[email protected]> > AuthorDate: Wed Jan 16 14:31:39 2019 -0400 > > Create routing.md > > Created a stub of this page so visitors do not encounter a > page-not-found error. > --- > .../application-tutorial/routing.md | 27 > ++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/create-an-application/application-tutorial/routing.md > b/create-an-application/application-tutorial/routing.md > new file mode 100644 > index 0000000..b4967a2 > --- /dev/null > +++ b/create-an-application/application-tutorial/routing.md > @@ -0,0 +1,27 @@ > +--- > +# Licensed to the Apache Software Foundation (ASF) under one or more > +# contributor license agreements. See the NOTICE file distributed with > +# this work for additional information regarding copyright ownership. > +# The ASF licenses this file to You under the Apache License, Version 2.0 > +# (the "License"); you may not use this file except in compliance with > +# the License. You may obtain a copy of the License at > +# > +# http://www.apache.org/licenses/LICENSE-2.0 > +# > +# Unless required by applicable law or agreed to in writing, software > +# distributed under the License is distributed on an "AS IS" BASIS, > +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > +# See the License for the specific language governing permissions and > +# limitations under the License. > + > +layout: docpage > +title: Routing > +--- > + > +# Routing > + > +Instructions and sample code will appear here soon to show how you can > map URL parameters to different initial values in the application, and vice > versa. > + > + > +{:align="center"} > +[Previous > Page](create-an-application/application-tutorial/local-storage.html) > > -- Carlos Rovira http://about.me/carlosrovira
